#B5BABC

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

Shades of Heather #B5BABC

Tints of Heather #B5BABC

Color information

#B5BABC (or 0xB5BABC) is unknown color: approx Heather. HEX triplet: B5, BA and BC. RGB value is (181,186,188). Sum of RGB (Red+Green+Blue) = 181+186+188=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABC is #4A4543. Grayscale: #B8B8B8. Windows color (decimal): -4867396 or 12368565. OLE color: 12368565.

HSL color Cylindrical-coordinate representation of color #B5BABC: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BABC is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181186188-
CMYK0.040.0100.26
HSL197.14º4.96%72.35%-
HSV(B)197.14º3.72%73.73%-
XYZ45.6948.5754.54-
YUV184.73129.84125.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=32.61%
G=33.51%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811861880.040.0100.26197.144.9672.35
HexB5BABC4101Ac5548
Octal265272274410323055110
Binary1011010110111010101111001001011010110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BABC; }

 p { color: rgb(181,186,188); }

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

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

 a { background-color: rgb(181,186,188); }

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

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

 span { border-color: rgb(181,186,188); }

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