#BBBCD0

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

Shades of Lavender Grey #BBBCD0

Tints of Lavender Grey #BBBCD0

Color information

#BBBCD0 (or 0xBBBCD0) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and D0. RGB value is (187,188,208). Sum of RGB (Red+Green+Blue) = 187+188+208=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD0 is #44432F. Grayscale: #BDBDBD. Windows color (decimal): -4473648 or 13679803. OLE color: 13679803.

HSL color Cylindrical-coordinate representation of color #BBBCD0: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBCD0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187188208-
CMYK0.100.1000.18
HSL237.14º18.26%77.45%-
HSV(B)237.14º10.1%81.57%-
XYZ49.8651.0966.91-
YUV189.98138.17125.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=32.08%
G=32.25%
B=35.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871882080.100.1000.18237.1418.2677.45
HexBBBCD0AA012ed124d
Octal273274320121202235522115
Binary1011101110111100110100001010101001001011101101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCD0; }

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

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

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

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

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

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

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

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