#ABB9C8

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

Shades of Heather #ABB9C8

Tints of Heather #ABB9C8

Color information

#ABB9C8 (or 0xABB9C8) is unknown color: approx Heather. HEX triplet: AB, B9 and C8. RGB value is (171,185,200). Sum of RGB (Red+Green+Blue) = 171+185+200=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #ABB9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9C8 is #544637. Grayscale: #B6B6B6. Windows color (decimal): -5523000 or 13154731. OLE color: 13154731.

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

Color convert

RGB171185200-
CMYK0.140.0800.22
HSL211.03º20.86%72.75%-
HSV(B)211.03º14.5%78.43%-
XYZ44.5747.5361.47-
YUV182.52137.86119.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=30.76%
G=33.27%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711852000.140.0800.22211.0320.8672.75
HexABB9C8E8016d31549
Octal253271310161002632325111
Binary1010101110111001110010001110100001011011010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9C8; }

 p { color: rgb(171,185,200); }

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

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

 a { background-color: rgb(171,185,200); }

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

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

 span { border-color: rgb(171,185,200); }

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