#ABBBC9

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

Shades of Heather #ABBBC9

Tints of Heather #ABBBC9

Color information

#ABBBC9 (or 0xABBBC9) is unknown color: approx Heather. HEX triplet: AB, BB and C9. RGB value is (171,187,201). Sum of RGB (Red+Green+Blue) = 171+187+201=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC9 is #544436. Grayscale: #B7B7B7. Windows color (decimal): -5522487 or 13220779. OLE color: 13220779.

HSL color Cylindrical-coordinate representation of color #ABBBC9: hue angle of 208º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABBBC9 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171187201-
CMYK0.150.0700.21
HSL208º21.74%72.94%-
HSV(B)208º14.93%78.82%-
XYZ45.1148.4262.23-
YUV183.81137.7118.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=30.59%
G=33.45%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711872010.150.0700.2120821.7472.94
HexABBBC9F7015d01649
Octal25327331117702532026111
Binary101010111011101111001001111111101010111010000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBC9; }

 p { color: rgb(171,187,201); }

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

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

 a { background-color: rgb(171,187,201); }

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

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

 span { border-color: rgb(171,187,201); }

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