#ABBDCA

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

Shades of Heather #ABBDCA

Tints of Heather #ABBDCA

Color information

#ABBDCA (or 0xABBDCA) is unknown color: approx Heather. HEX triplet: AB, BD and CA. RGB value is (171,189,202). Sum of RGB (Red+Green+Blue) = 171+189+202=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDCA is #544235. Grayscale: #B9B9B9. Windows color (decimal): -5521974 or 13286827. OLE color: 13286827.

HSL color Cylindrical-coordinate representation of color #ABBDCA: hue angle of 205.16º degrees, saturation: 0.23, 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 #ABBDCA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171189202-
CMYK0.150.0600.21
HSL205.16º22.63%73.14%-
HSV(B)205.16º15.35%79.22%-
XYZ45.6549.3262.99-
YUV185.1137.54117.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=30.43%
G=33.63%
B=35.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711892020.150.0600.21205.1622.6373.14
HexABBDCAF6015cd1749
Octal25327531217602531527111
Binary101010111011110111001010111111001010111001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDCA; }

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

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

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

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

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

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

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

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