#BBBCFE

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

Shades of Lavender Blue #BBBCFE

Tints of Lavender Blue #BBBCFE

Color information

#BBBCFE (or 0xBBBCFE) is unknown color: approx Lavender Blue. HEX triplet: BB, BC and FE. RGB value is (187,188,254). Sum of RGB (Red+Green+Blue) = 187+188+254=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCFE is #444301. Grayscale: #C2C2C2. Windows color (decimal): -4473602 or 16694459. OLE color: 16694459.

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

Color convert

RGB187188254-
CMYK0.260.2600.00
HSL239.1º97.1%86.47%-
HSV(B)239.1º26.38%99.61%-
XYZ56.3753.69101.16-
YUV195.22161.17122.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=29.73%
G=29.89%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871882540.260.2600.00239.197.186.47
HexBBBCFE1A1A00ef6156
Octal273274376323200357141126
Binary1011101110111100111111101101011010001110111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCFE; }

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

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

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

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

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

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

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

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