#B0B6BD

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

Shades of Heather #B0B6BD

Tints of Heather #B0B6BD

Color information

#B0B6BD (or 0xB0B6BD) is unknown color: approx Heather. HEX triplet: B0, B6 and BD. RGB value is (176,182,189). Sum of RGB (Red+Green+Blue) = 176+182+189=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B6BD is #4F4942. Grayscale: #B4B4B4. Windows color (decimal): -5196099 or 12433072. OLE color: 12433072.

HSL color Cylindrical-coordinate representation of color #B0B6BD: hue angle of 212.31º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0B6BD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176182189-
CMYK0.070.0400.26
HSL212.31º8.97%71.57%-
HSV(B)212.31º6.88%74.12%-
XYZ43.8246.3654.78-
YUV181132.51124.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=32.18%
G=33.27%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761821890.070.0400.26212.318.9771.57
HexB0B6BD7401Ad4948
Octal2602662757403232411110
Binary1011000010110110101111011111000110101101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B6BD; }

 p { color: rgb(176,182,189); }

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

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

 a { background-color: rgb(176,182,189); }

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

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

 span { border-color: rgb(176,182,189); }

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