#B2B9BF

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

Shades of Heather #B2B9BF

Tints of Heather #B2B9BF

Color information

#B2B9BF (or 0xB2B9BF) is unknown color: approx Heather. HEX triplet: B2, B9 and BF. RGB value is (178,185,191). Sum of RGB (Red+Green+Blue) = 178+185+191=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9BF is #4D4640. Grayscale: #B7B7B7. Windows color (decimal): -5064257 or 12564914. OLE color: 12564914.

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

Color convert

RGB178185191-
CMYK0.070.0300.25
HSL207.69º9.22%72.35%-
HSV(B)207.69º6.81%74.9%-
XYZ45.1147.9256.16-
YUV183.59132.18124.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 34.48%
R=32.13%
G=33.39%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781851910.070.0300.25207.699.2272.35
HexB2B9BF73019d0948
Octal2622712777303132011110
Binary101100101011100110111111111110110011101000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B9BF; }

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

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

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

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

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

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

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

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