#ABBDC7

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

Shades of Heather #ABBDC7

Tints of Heather #ABBDC7

Color information

#ABBDC7 (or 0xABBDC7) is unknown color: approx Heather. HEX triplet: AB, BD and C7. RGB value is (171,189,199). Sum of RGB (Red+Green+Blue) = 171+189+199=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABBDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC7 is #544238. Grayscale: #B8B8B8. Windows color (decimal): -5521977 or 13090219. OLE color: 13090219.

HSL color Cylindrical-coordinate representation of color #ABBDC7: hue angle of 201.43º degrees, saturation: 0.2, 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 #ABBDC7 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171189199-
CMYK0.140.0500.22
HSL201.43º20%72.55%-
HSV(B)201.43º14.07%78.04%-
XYZ45.349.1861.14-
YUV184.76136.04118.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=30.59%
G=33.81%
B=35.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711891990.140.0500.22201.432072.55
HexABBDC7E5016c91449
Octal25327530716502631124111
Binary101010111011110111000111111010101011011001001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDC7; }

 p { color: rgb(171,189,199); }

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

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

 a { background-color: rgb(171,189,199); }

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

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

 span { border-color: rgb(171,189,199); }

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