#BBC8FE

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

Shades of Lavender Blue #BBC8FE

Tints of Lavender Blue #BBC8FE

Color information

#BBC8FE (or 0xBBC8FE) is unknown color: approx Lavender Blue. HEX triplet: BB, C8 and FE. RGB value is (187,200,254). Sum of RGB (Red+Green+Blue) = 187+200+254=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FE is #443701. Grayscale: #CACACA. Windows color (decimal): -4470530 or 16697531. OLE color: 16697531.

HSL color Cylindrical-coordinate representation of color #BBC8FE: hue angle of 228.36º 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 #BBC8FE is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187200254-
CMYK0.260.2100.00
HSL228.36º97.1%86.47%-
HSV(B)228.36º26.38%99.61%-
XYZ59.0459.03102.05-
YUV202.27157.19117.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=29.17%
G=31.20%
B=39.63%

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
Decimal1872002540.260.2100.00228.3697.186.47
HexBBC8FE1A1500e46156
Octal273310376322500344141126
Binary1011101111001000111111101101010101001110010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8FE; }

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

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

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

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

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

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

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

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