#ABC0CA

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

Shades of Heather #ABC0CA

Tints of Heather #ABC0CA

Color information

#ABC0CA (or 0xABC0CA) is unknown color: approx Heather. HEX triplet: AB, C0 and CA. RGB value is (171,192,202). Sum of RGB (Red+Green+Blue) = 171+192+202=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CA is #543F35. Grayscale: #BABABA. Windows color (decimal): -5521206 or 13287595. OLE color: 13287595.

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

Color convert

RGB171192202-
CMYK0.150.0500.21
HSL199.35º22.63%73.14%-
HSV(B)199.35º15.35%79.22%-
XYZ46.350.6263.21-
YUV186.86136.54116.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=30.27%
G=33.98%
B=35.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711922020.150.0500.21199.3522.6373.14
HexABC0CAF5015c71749
Octal25330031217502530727111
Binary101010111100000011001010111110101010111000111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0CA; }

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

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

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

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

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

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

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

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