#BBBCCE

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

Shades of Lavender Grey #BBBCCE

Tints of Lavender Grey #BBBCCE

Color information

#BBBCCE (or 0xBBBCCE) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and CE. RGB value is (187,188,206). Sum of RGB (Red+Green+Blue) = 187+188+206=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCE is #444331. Grayscale: #BDBDBD. Windows color (decimal): -4473650 or 13548731. OLE color: 13548731.

HSL color Cylindrical-coordinate representation of color #BBBCCE: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBCCE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187188206-
CMYK0.090.0900.19
HSL236.84º16.24%77.06%-
HSV(B)236.84º9.22%80.78%-
XYZ49.6250.9965.62-
YUV189.75137.17126.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=32.19%
G=32.36%
B=35.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871882060.090.0900.19236.8416.2477.06
HexBBBCCE99013ed104d
Octal273274316111102335520115
Binary1011101110111100110011101001100101001111101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCCE; }

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

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

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

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

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

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

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

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