#ABC4CC

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

Shades of Heather #ABC4CC

Tints of Heather #ABC4CC

Color information

#ABC4CC (or 0xABC4CC) is unknown color: approx Heather. HEX triplet: AB, C4 and CC. RGB value is (171,196,204). Sum of RGB (Red+Green+Blue) = 171+196+204=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4CC is #543B33. Grayscale: #BDBDBD. Windows color (decimal): -5520180 or 13419691. OLE color: 13419691.

HSL color Cylindrical-coordinate representation of color #ABC4CC: hue angle of 194.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC4CC is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171196204-
CMYK0.160.0400.2
HSL194.55º24.44%73.53%-
HSV(B)194.55º16.18%80%-
XYZ47.4352.564.76-
YUV189.44136.22114.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=29.95%
G=34.33%
B=35.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711962040.160.0400.2194.5524.4473.53
HexABC4CC104014c3184a
Octal25330431420402430330112
Binary1010101111000100110011001000010001010011000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4CC; }

 p { color: rgb(171,196,204); }

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

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

 a { background-color: rgb(171,196,204); }

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

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

 span { border-color: rgb(171,196,204); }

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