#B9BDBE

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

Shades of Heather #B9BDBE

Tints of Heather #B9BDBE

Color information

#B9BDBE (or 0xB9BDBE) is unknown color: approx Heather. HEX triplet: B9, BD and BE. RGB value is (185,189,190). Sum of RGB (Red+Green+Blue) = 185+189+190=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDBE is #464241. Grayscale: #BBBBBB. Windows color (decimal): -4604482 or 12500409. OLE color: 12500409.

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

Color convert

RGB185189190-
CMYK0.030.0100.25
HSL192º3.7%73.53%-
HSV(B)192º2.63%74.51%-
XYZ47.550.4355.95-
YUV187.92129.17125.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=32.80%
G=33.51%
B=33.69%

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
Decimal1851891900.030.0100.251923.773.53
HexB9BDBE31019c044a
Octal271275276310313004112
Binary101110011011110110111110111011001110000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDBE; }

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

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

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

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

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

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

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

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