#B9BCBF

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

Shades of Heather #B9BCBF

Tints of Heather #B9BCBF

Color information

#B9BCBF (or 0xB9BCBF) is unknown color: approx Heather. HEX triplet: B9, BC and BF. RGB value is (185,188,191). Sum of RGB (Red+Green+Blue) = 185+188+191=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBF is #464340. Grayscale: #BBBBBB. Windows color (decimal): -4604737 or 12565689. OLE color: 12565689.

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

Color convert

RGB185188191-
CMYK0.030.0200.25
HSL210º4.48%73.73%-
HSV(B)210º3.14%74.9%-
XYZ47.3950.0456.45-
YUV187.44130.01126.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 33.87%
R=32.80%
G=33.33%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851881910.030.0200.252104.4873.73
HexB9BCBF32019d244a
Octal271274277320313224112
Binary1011100110111100101111111110011001110100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCBF; }

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

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

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

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

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

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

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

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