#BBBCD4

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

Shades of Lavender Grey #BBBCD4

Tints of Lavender Grey #BBBCD4

Color information

#BBBCD4 (or 0xBBBCD4) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and D4. RGB value is (187,188,212). Sum of RGB (Red+Green+Blue) = 187+188+212=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD4 is #44432B. Grayscale: #BEBEBE. Windows color (decimal): -4473644 or 13941947. OLE color: 13941947.

HSL color Cylindrical-coordinate representation of color #BBBCD4: hue angle of 237.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBCD4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187188212-
CMYK0.120.1100.17
HSL237.6º22.52%78.24%-
HSV(B)237.6º11.79%83.14%-
XYZ50.3651.2869.53-
YUV190.44140.17125.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=31.86%
G=32.03%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871882120.120.1100.17237.622.5278.24
HexBBBCD4CB011ee174e
Octal273274324141302135627116
Binary1011101110111100110101001100101101000111101110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCD4; }

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

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

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

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

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

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

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

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