#B0B9BF

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

Shades of Heather #B0B9BF

Tints of Heather #B0B9BF

Color information

#B0B9BF (or 0xB0B9BF) is unknown color: approx Heather. HEX triplet: B0, B9 and BF. RGB value is (176,185,191). Sum of RGB (Red+Green+Blue) = 176+185+191=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9BF is #4F4640. Grayscale: #B6B6B6. Windows color (decimal): -5195329 or 12564912. OLE color: 12564912.

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

Color convert

RGB176185191-
CMYK0.080.0300.25
HSL204º10.49%71.96%-
HSV(B)204º7.85%74.9%-
XYZ44.6647.6956.14-
YUV182.99132.52123.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 34.60%
R=31.88%
G=33.51%
B=34.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761851910.080.0300.2520410.4971.96
HexB0B9BF83019cca48
Octal26027127710303131412110
Binary1011000010111001101111111000110110011100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B9BF; }

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

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

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

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

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

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

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

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