#BBBEC0

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

Shades of Heather #BBBEC0

Tints of Heather #BBBEC0

Color information

#BBBEC0 (or 0xBBBEC0) is unknown color: approx Heather. HEX triplet: BB, BE and C0. RGB value is (187,190,192). Sum of RGB (Red+Green+Blue) = 187+190+192=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC0 is #44413F. Grayscale: #BDBDBD. Windows color (decimal): -4473152 or 12631739. OLE color: 12631739.

HSL color Cylindrical-coordinate representation of color #BBBEC0: hue angle of 204º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBEC0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187190192-
CMYK0.030.0100.25
HSL204º3.82%74.31%-
HSV(B)204º2.6%75.29%-
XYZ48.4251.257.2-
YUV189.33129.51126.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=32.86%
G=33.39%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901920.030.0100.252043.8274.31
HexBBBEC031019cc44a
Octal273276300310313144112
Binary101110111011111011000000111011001110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEC0; }

 p { color: rgb(187,190,192); }

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

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

 a { background-color: rgb(187,190,192); }

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

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

 span { border-color: rgb(187,190,192); }

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