#B0B4B7

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

Shades of Heather #B0B4B7

Tints of Heather #B0B4B7

Color information

#B0B4B7 (or 0xB0B4B7) is unknown color: approx Heather. HEX triplet: B0, B4 and B7. RGB value is (176,180,183). Sum of RGB (Red+Green+Blue) = 176+180+183=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0B4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4B7 is #4F4B48. Grayscale: #B3B3B3. Windows color (decimal): -5196617 or 12039344. OLE color: 12039344.

HSL color Cylindrical-coordinate representation of color #B0B4B7: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0B4B7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176180183-
CMYK0.040.0200.28
HSL205.71º4.64%70.39%-
HSV(B)205.71º3.83%71.76%-
XYZ42.7745.2951.29-
YUV179.15130.17125.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=32.65%
G=33.40%
B=33.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761801830.040.0200.28205.714.6470.39
HexB0B4B74201Cce546
Octal260264267420343165106
Binary10110000101101001011011110010011100110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4B7; }

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

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

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

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

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

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

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

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