#ABB5BA

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

Shades of Heather #ABB5BA

Tints of Heather #ABB5BA

Color information

#ABB5BA (or 0xABB5BA) is unknown color: approx Heather. HEX triplet: AB, B5 and BA. RGB value is (171,181,186). Sum of RGB (Red+Green+Blue) = 171+181+186=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5BA is #544A45. Grayscale: #B2B2B2. Windows color (decimal): -5524038 or 12236203. OLE color: 12236203.

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

Color convert

RGB171181186-
CMYK0.080.0300.27
HSL200º9.8%70%-
HSV(B)200º8.06%72.94%-
XYZ42.1845.2552.97-
YUV178.58132.19122.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=31.78%
G=33.64%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711811860.080.0300.272009.870
HexABB5BA8301Bc8a46
Octal25326527210303331012106
Binary1010101110110101101110101000110110111100100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5BA; }

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

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

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

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

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

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

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

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