#B0BBBE

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

Shades of Heather #B0BBBE

Tints of Heather #B0BBBE

Color information

#B0BBBE (or 0xB0BBBE) is unknown color: approx Heather. HEX triplet: B0, BB and BE. RGB value is (176,187,190). Sum of RGB (Red+Green+Blue) = 176+187+190=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBE is #4F4441. Grayscale: #B8B8B8. Windows color (decimal): -5194818 or 12499888. OLE color: 12499888.

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

Color convert

RGB176187190-
CMYK0.070.0200.25
HSL192.86º9.72%71.76%-
HSV(B)192.86º7.37%74.51%-
XYZ44.9748.4955.7-
YUV184.05131.36122.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=31.83%
G=33.82%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761871900.070.0200.25192.869.7271.76
HexB0BBBE72019c1a48
Octal2602732767203130112110
Binary101100001011101110111110111100110011100000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBBE; }

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

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

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

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

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

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

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

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