Html Css Color HEX #B9BCBD Heather

📋 copy color: '#B9BCBD'

red 185 ◦ green 188 ◦ blue 189

#B9BCBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #B9BCBD

Tints of Heather #B9BCBD

RGB

 RED value IS 185 (72.66% from 255) = 32.92%

 GREEN value IS 188 (73.83% from 255) = 33.45%

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 32.92%
G = 33.45%
B = 33.63%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9BCBD (or 0xB9BCBD) is known color: Heather. HEX triplet: B9, BC and BD. RGB value is (185,188,189). Sum of RGB (Red+Green+Blue) = 185+188+189=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBD is #464342. Grayscale: #BBBBBB. Windows color (decimal): -4604739 or 12434617. OLE color: 12434617.

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

Color convert

RGB 185 188 189 -
CMYK 0.02 0.01 0 0.26
HSL 195º 0.03% 0.73% -
HSV(B) 195º 0.02% 0.74% -
XYZ 47.18 49.95 55.3 -
YUV 187.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 185 188 189 0.02 0.01 0 0.26 195 0.03 0.73
Hex B9 BC BD 2 1 0 1A C3 3 49
Octal 271 274 275 2 1 0 32 303 3 111
Binary 10111001 10111100 10111101 10 1 0 11010 11000011 11 1001001

Color Harmonies of #B9BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCBD

Black with #B9BCBD

Text Example


Text Example

White with #B9BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCBD; }

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

 H1.HeaderClassName
 {
   color: #B9BCBD;
 }
 .AnyTagClassName
 {
   color: #B9BCBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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