#B0B7BF

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

Shades of Heather #B0B7BF

Tints of Heather #B0B7BF

Color information

#B0B7BF (or 0xB0B7BF) is unknown color: approx Heather. HEX triplet: B0, B7 and BF. RGB value is (176,183,191). Sum of RGB (Red+Green+Blue) = 176+183+191=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7BF is #4F4840. Grayscale: #B5B5B5. Windows color (decimal): -5195841 or 12564400. OLE color: 12564400.

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

Color convert

RGB176183191-
CMYK0.080.0400.25
HSL212º10.49%71.96%-
HSV(B)212º7.85%74.9%-
XYZ44.2446.8656-
YUV181.82133.18123.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 34.73%
R=32%
G=33.27%
B=34.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761831910.080.0400.2521210.4971.96
HexB0B7BF84019d4a48
Octal26026727710403132412110
Binary10110000101101111011111110001000110011101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7BF; }

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

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

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

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

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

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

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

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