#BBBCFB

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

Shades of Lavender Blue #BBBCFB

Tints of Lavender Blue #BBBCFB

Color information

#BBBCFB (or 0xBBBCFB) is unknown color: approx Lavender Blue. HEX triplet: BB, BC and FB. RGB value is (187,188,251). Sum of RGB (Red+Green+Blue) = 187+188+251=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCFB is #444304. Grayscale: #C2C2C2. Windows color (decimal): -4473605 or 16497851. OLE color: 16497851.

HSL color Cylindrical-coordinate representation of color #BBBCFB: hue angle of 239.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBBCFB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187188251-
CMYK0.250.2500.02
HSL239.06º88.89%85.88%-
HSV(B)239.06º25.5%98.43%-
XYZ55.8953.598.65-
YUV194.88159.67122.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=29.87%
G=30.03%
B=40.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871882510.250.2500.02239.0688.8985.88
HexBBBCFB191902ef5956
Octal273274373313102357131126
Binary10111011101111001111101111001110010101110111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCFB; }

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

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

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

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

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

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

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

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