#BBC8FC

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

Shades of Lavender Blue #BBC8FC

Tints of Lavender Blue #BBC8FC

Color information

#BBC8FC (or 0xBBC8FC) is unknown color: approx Lavender Blue. HEX triplet: BB, C8 and FC. RGB value is (187,200,252). Sum of RGB (Red+Green+Blue) = 187+200+252=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FC is #443703. Grayscale: #C9C9C9. Windows color (decimal): -4470532 or 16566459. OLE color: 16566459.

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

Color convert

RGB187200252-
CMYK0.260.2100.01
HSL228º91.55%86.08%-
HSV(B)228º25.79%98.82%-
XYZ58.7258.9100.37-
YUV202.04156.19117.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=29.26%
G=31.30%
B=39.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872002520.260.2100.0122891.5586.08
HexBBC8FC1A1501e45c56
Octal273310374322501344134126
Binary1011101111001000111111001101010101011110010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8FC; }

 p { color: rgb(187,200,252); }

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

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

 a { background-color: rgb(187,200,252); }

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

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

 span { border-color: rgb(187,200,252); }

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