#B0BBBF

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

Shades of Heather #B0BBBF

Tints of Heather #B0BBBF

Color information

#B0BBBF (or 0xB0BBBF) is unknown color: approx Heather. HEX triplet: B0, BB and BF. RGB value is (176,187,191). Sum of RGB (Red+Green+Blue) = 176+187+191=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 187 (73.44% from 255 or 33.75% 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 #B0BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBF is #4F4440. Grayscale: #B8B8B8. Windows color (decimal): -5194817 or 12565424. OLE color: 12565424.

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

Color convert

RGB176187191-
CMYK0.080.0200.25
HSL196º10.49%71.96%-
HSV(B)196º7.85%74.9%-
XYZ45.0848.5356.28-
YUV184.17131.86122.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 191 (75% from 255) = 34.48%
R=31.77%
G=33.75%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761871910.080.0200.2519610.4971.96
HexB0BBBF82019c4a48
Octal26027327710203130412110
Binary1011000010111011101111111000100110011100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBBF; }

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

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

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

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

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

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

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

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