#BBBCBD

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

Shades of Heather #BBBCBD

Tints of Heather #BBBCBD

Color information

#BBBCBD (or 0xBBBCBD) is unknown color: approx Heather. HEX triplet: BB, BC and BD. RGB value is (187,188,189). Sum of RGB (Red+Green+Blue) = 187+188+189=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCBD is #444342. Grayscale: #BBBBBB. Windows color (decimal): -4473667 or 12434619. OLE color: 12434619.

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

Color convert

RGB187188189-
CMYK0.010.0100.26
HSL210º1.49%73.73%-
HSV(B)210º1.06%74.12%-
XYZ47.6650.2155.32-
YUV187.82128.67127.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=33.16%
G=33.33%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881890.010.0100.262101.4973.73
HexBBBCBD1101Ad214a
Octal273274275110323221112
Binary101110111011110010111101110110101101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCBD; }

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

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

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

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

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

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

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

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