#B9BDBF

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

Shades of Heather #B9BDBF

Tints of Heather #B9BDBF

Color information

#B9BDBF (or 0xB9BDBF) is unknown color: approx Heather. HEX triplet: B9, BD and BF. RGB value is (185,189,191). Sum of RGB (Red+Green+Blue) = 185+189+191=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDBF is #464240. Grayscale: #BCBCBC. Windows color (decimal): -4604481 or 12565945. OLE color: 12565945.

HSL color Cylindrical-coordinate representation of color #B9BDBF: hue angle of 200º 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 #B9BDBF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185189191-
CMYK0.030.0100.25
HSL200º4.48%73.73%-
HSV(B)200º3.14%74.9%-
XYZ47.6150.4756.52-
YUV188.03129.67125.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 191 (75% from 255) = 33.81%
R=32.74%
G=33.45%
B=33.81%

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
Decimal1851891910.030.0100.252004.4873.73
HexB9BDBF31019c844a
Octal271275277310313104112
Binary101110011011110110111111111011001110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDBF; }

 p { color: rgb(185,189,191); }

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

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

 a { background-color: rgb(185,189,191); }

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

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

 span { border-color: rgb(185,189,191); }

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