#B0B5BB

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

Shades of Heather #B0B5BB

Tints of Heather #B0B5BB

Color information

#B0B5BB (or 0xB0B5BB) is unknown color: approx Heather. HEX triplet: B0, B5 and BB. RGB value is (176,181,187). Sum of RGB (Red+Green+Blue) = 176+181+187=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5BB is #4F4A44. Grayscale: #B4B4B4. Windows color (decimal): -5196357 or 12301744. OLE color: 12301744.

HSL color Cylindrical-coordinate representation of color #B0B5BB: hue angle of 212.73º 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 #B0B5BB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176181187-
CMYK0.060.0300.27
HSL212.73º7.48%71.18%-
HSV(B)212.73º5.88%73.33%-
XYZ43.445.8753.58-
YUV180.19131.84125.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=32.35%
G=33.27%
B=34.38%

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
Decimal1761811870.060.0300.27212.737.4871.18
HexB0B5BB6301Bd5747
Octal260265273630333257107
Binary10110000101101011011101111011011011110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B5BB; }

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

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

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

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

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

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

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

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