#BEB9FA

Color #BEB9FA Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BEB9FA

Tints of Lavender Blue #BEB9FA

Color information

#BEB9FA (or 0xBEB9FA) is unknown color: approx Lavender Blue. HEX triplet: BE, B9 and FA. RGB value is (190,185,250). Sum of RGB (Red+Green+Blue) = 190+185+250=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9FA is #414605. Grayscale: #C1C1C1. Windows color (decimal): -4277766 or 16431550. OLE color: 16431550.

HSL color Cylindrical-coordinate representation of color #BEB9FA: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB9FA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190185250-
CMYK0.240.2600.02
HSL244.62º86.67%85.29%-
HSV(B)244.62º26%98.04%-
XYZ55.8452.5597.64-
YUV193.9159.66125.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 250 (98.05% from 255) = 40%
R=30.4%
G=29.6%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901852500.240.2600.02244.6286.6785.29
HexBEB9FA181A02f55755
Octal276271372303202365127125
Binary10111110101110011111101011000110100101111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9FA; }

 p { color: rgb(190,185,250); }

 H1.HeaderClassName
 {
   color: #BEB9FA;
 }
 .AnyTagClassName
 {
   color: #BEB9FA;
 }
</style>
background-color css

<style>
 a { background-color: #BEB9FA; }

 a { background-color: rgb(190,185,250); }

 div.DivClassName
 {
   background-color: #BEB9FA;
 }
 .BgClassName
 {
   background-color: #BEB9FA;
 }
</style>
border-color css

<style>
 span { border-color: #BEB9FA; }

 span { border-color: rgb(190,185,250); }

 td.TdClassName
 {
   border-color: #BEB9FA;
 }
 .TagClassName
 {
   border-color: #BEB9FA;
 }
</style>