#BBC9FF

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

Shades of Lavender Blue #BBC9FF

Tints of Lavender Blue #BBC9FF

Color information

#BBC9FF (or 0xBBC9FF) is unknown color: approx Lavender Blue. HEX triplet: BB, C9 and FF. RGB value is (187,201,255). Sum of RGB (Red+Green+Blue) = 187+201+255=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FF is #443600. Grayscale: #CACACA. Windows color (decimal): -4470273 or 16763323. OLE color: 16763323.

HSL color Cylindrical-coordinate representation of color #BBC9FF: hue angle of 227.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC9FF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187201255-
CMYK0.270.2100
HSL227.65º100%86.67%-
HSV(B)227.65º26.67%100%-
XYZ59.4359.56102.97-
YUV202.97157.36116.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 255 (100% from 255) = 39.66%
R=29.08%
G=31.26%
B=39.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872012550.270.2100227.6510086.67
HexBBC9FF1B1500e46457
Octal273311377332500344144127
Binary1011101111001001111111111101110101001110010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9FF; }

 p { color: rgb(187,201,255); }

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

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

 a { background-color: rgb(187,201,255); }

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

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

 span { border-color: rgb(187,201,255); }

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