#ABC3CA

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

Shades of Heather #ABC3CA

Tints of Heather #ABC3CA

Color information

#ABC3CA (or 0xABC3CA) is unknown color: approx Heather. HEX triplet: AB, C3 and CA. RGB value is (171,195,202). Sum of RGB (Red+Green+Blue) = 171+195+202=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3CA is #543C35. Grayscale: #BCBCBC. Windows color (decimal): -5520438 or 13288363. OLE color: 13288363.

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

Color convert

RGB171195202-
CMYK0.150.0300.21
HSL193.55º22.63%73.14%-
HSV(B)193.55º15.35%79.22%-
XYZ46.9751.9563.43-
YUV188.62135.55115.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=30.11%
G=34.33%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711952020.150.0300.21193.5522.6373.14
HexABC3CAF3015c21749
Octal25330331217302530227111
Binary10101011110000111100101011111101010111000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3CA; }

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

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

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

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

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

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

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

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