#B9BBBC

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

Shades of Heather #B9BBBC

Tints of Heather #B9BBBC

Color information

#B9BBBC (or 0xB9BBBC) is unknown color: approx Heather. HEX triplet: B9, BB and BC. RGB value is (185,187,188). Sum of RGB (Red+Green+Blue) = 185+187+188=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBC is #464443. Grayscale: #BABABA. Windows color (decimal): -4604996 or 12368825. OLE color: 12368825.

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

Color convert

RGB185187188-
CMYK0.020.0100.26
HSL200º2.19%73.14%-
HSV(B)200º1.6%73.73%-
XYZ46.8649.4954.66-
YUV186.52128.84126.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=33.04%
G=33.39%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851871880.020.0100.262002.1973.14
HexB9BBBC2101Ac8249
Octal271273274210323102111
Binary10111001101110111011110010101101011001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBBC; }

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

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

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

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

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

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

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

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