#BBBCCC

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

Shades of Lavender Grey #BBBCCC

Tints of Lavender Grey #BBBCCC

Color information

#BBBCCC (or 0xBBBCCC) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and CC. RGB value is (187,188,204). Sum of RGB (Red+Green+Blue) = 187+188+204=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCC is #444333. Grayscale: #BDBDBD. Windows color (decimal): -4473652 or 13417659. OLE color: 13417659.

HSL color Cylindrical-coordinate representation of color #BBBCCC: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBCCC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187188204-
CMYK0.080.0800.2
HSL236.47º14.29%76.67%-
HSV(B)236.47º8.33%80%-
XYZ49.3850.8964.35-
YUV189.52136.17126.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=32.30%
G=32.47%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871882040.080.0800.2236.4714.2976.67
HexBBBCCC88014ece4d
Octal273274314101002435416115
Binary101110111011110011001100100010000101001110110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCCC; }

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

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

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

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

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

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

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

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