#BBBCD6

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

Shades of Lavender Grey #BBBCD6

Tints of Lavender Grey #BBBCD6

Color information

#BBBCD6 (or 0xBBBCD6) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and D6. RGB value is (187,188,214). Sum of RGB (Red+Green+Blue) = 187+188+214=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD6 is #444329. Grayscale: #BEBEBE. Windows color (decimal): -4473642 or 14073019. OLE color: 14073019.

HSL color Cylindrical-coordinate representation of color #BBBCD6: hue angle of 237.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBCD6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187188214-
CMYK0.130.1200.16
HSL237.78º24.77%78.63%-
HSV(B)237.78º12.62%83.92%-
XYZ50.6151.3970.87-
YUV190.67141.17125.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=31.75%
G=31.92%
B=36.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871882140.130.1200.16237.7824.7778.63
HexBBBCD6DC010ee194f
Octal273274326151402035631117
Binary1011101110111100110101101101110001000011101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCD6; }

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

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

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

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

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

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

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

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