#BBBEFA

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

Shades of Lavender Blue #BBBEFA

Tints of Lavender Blue #BBBEFA

Color information

#BBBEFA (or 0xBBBEFA) is unknown color: approx Lavender Blue. HEX triplet: BB, BE and FA. RGB value is (187,190,250). Sum of RGB (Red+Green+Blue) = 187+190+250=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEFA is #444105. Grayscale: #C3C3C3. Windows color (decimal): -4473094 or 16432827. OLE color: 16432827.

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

Color convert

RGB187190250-
CMYK0.250.2400.02
HSL237.14º86.3%85.69%-
HSV(B)237.14º25.2%98.04%-
XYZ56.1654.2997.96-
YUV195.94158.51121.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=29.82%
G=30.30%
B=39.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871902500.250.2400.02237.1486.385.69
HexBBBEFA191802ed5656
Octal273276372313002355126126
Binary10111011101111101111101011001110000101110110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEFA; }

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

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

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

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

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

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

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

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