#B0B6BB

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

Shades of Heather #B0B6BB

Tints of Heather #B0B6BB

Color information

#B0B6BB (or 0xB0B6BB) is unknown color: approx Heather. HEX triplet: B0, B6 and BB. RGB value is (176,182,187). Sum of RGB (Red+Green+Blue) = 176+182+187=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B6BB is #4F4944. Grayscale: #B4B4B4. Windows color (decimal): -5196101 or 12302000. OLE color: 12302000.

HSL color Cylindrical-coordinate representation of color #B0B6BB: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0B6BB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176182187-
CMYK0.060.0300.27
HSL207.27º7.48%71.18%-
HSV(B)207.27º5.88%73.33%-
XYZ43.646.2753.65-
YUV180.78131.51124.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=32.29%
G=33.39%
B=34.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761821870.060.0300.27207.277.4871.18
HexB0B6BB6301Bcf747
Octal260266273630333177107
Binary10110000101101101011101111011011011110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B6BB; }

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

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

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

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

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

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

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

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