#ABB4BA

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

Shades of Heather #ABB4BA

Tints of Heather #ABB4BA

Color information

#ABB4BA (or 0xABB4BA) is unknown color: approx Heather. HEX triplet: AB, B4 and BA. RGB value is (171,180,186). Sum of RGB (Red+Green+Blue) = 171+180+186=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4BA is #544B45. Grayscale: #B1B1B1. Windows color (decimal): -5524294 or 12235947. OLE color: 12235947.

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

Color convert

RGB171180186-
CMYK0.080.0300.27
HSL204º9.8%70%-
HSV(B)204º8.06%72.94%-
XYZ41.9844.8552.9-
YUV177.99132.52123.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=31.84%
G=33.52%
B=34.64%

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
Decimal1711801860.080.0300.272049.870
HexABB4BA8301Bcca46
Octal25326427210303331412106
Binary1010101110110100101110101000110110111100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4BA; }

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

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

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

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

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

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

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

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