#BBC9FE

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

Shades of Lavender Blue #BBC9FE

Tints of Lavender Blue #BBC9FE

Color information

#BBC9FE (or 0xBBC9FE) is unknown color: approx Lavender Blue. HEX triplet: BB, C9 and FE. RGB value is (187,201,254). Sum of RGB (Red+Green+Blue) = 187+201+254=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FE is #443601. Grayscale: #CACACA. Windows color (decimal): -4470274 or 16697787. OLE color: 16697787.

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

Color convert

RGB187201254-
CMYK0.260.2100.00
HSL227.46º97.1%86.47%-
HSV(B)227.46º26.38%99.61%-
XYZ59.2759.49102.13-
YUV202.86156.86116.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=29.13%
G=31.31%
B=39.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872012540.260.2100.00227.4697.186.47
HexBBC9FE1A1500e36156
Octal273311376322500343141126
Binary1011101111001001111111101101010101001110001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9FE; }

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

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

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

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

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

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

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

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