#B9BCBE

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

Shades of Heather #B9BCBE

Tints of Heather #B9BCBE

Color information

#B9BCBE (or 0xB9BCBE) is unknown color: approx Heather. HEX triplet: B9, BC and BE. RGB value is (185,188,190). Sum of RGB (Red+Green+Blue) = 185+188+190=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBE is #464341. Grayscale: #BBBBBB. Windows color (decimal): -4604738 or 12500153. OLE color: 12500153.

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

Color convert

RGB185188190-
CMYK0.030.0100.25
HSL204º3.7%73.53%-
HSV(B)204º2.63%74.51%-
XYZ47.295055.87-
YUV187.33129.51126.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=32.86%
G=33.39%
B=33.75%

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
Decimal1851881900.030.0100.252043.773.53
HexB9BCBE31019cc44a
Octal271274276310313144112
Binary101110011011110010111110111011001110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCBE; }

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

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

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

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

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

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

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

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