#B0BAC5

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

Shades of Heather #B0BAC5

Tints of Heather #B0BAC5

Color information

#B0BAC5 (or 0xB0BAC5) is unknown color: approx Heather. HEX triplet: B0, BA and C5. RGB value is (176,186,197). Sum of RGB (Red+Green+Blue) = 176+186+197=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAC5 is #4F453A. Grayscale: #B8B8B8. Windows color (decimal): -5195067 or 12958384. OLE color: 12958384.

HSL color Cylindrical-coordinate representation of color #B0BAC5: hue angle of 211.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BAC5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176186197-
CMYK0.110.0600.23
HSL211.43º15.33%73.14%-
HSV(B)211.43º10.66%77.25%-
XYZ45.5448.3859.76-
YUV184.26135.19122.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=31.48%
G=33.27%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761861970.110.0600.23211.4315.3373.14
HexB0BAC5B6017d3f49
Octal26027230513602732317111
Binary10110000101110101100010110111100101111101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAC5; }

 p { color: rgb(176,186,197); }

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

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

 a { background-color: rgb(176,186,197); }

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

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

 span { border-color: rgb(176,186,197); }

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