#ABC3CC

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

Shades of Heather #ABC3CC

Tints of Heather #ABC3CC

Color information

#ABC3CC (or 0xABC3CC) is unknown color: approx Heather. HEX triplet: AB, C3 and CC. RGB value is (171,195,204). Sum of RGB (Red+Green+Blue) = 171+195+204=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3CC is #543C33. Grayscale: #BCBCBC. Windows color (decimal): -5520436 or 13419435. OLE color: 13419435.

HSL color Cylindrical-coordinate representation of color #ABC3CC: hue angle of 196.36º 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 #ABC3CC is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171195204-
CMYK0.160.0400.2
HSL196.36º24.44%73.53%-
HSV(B)196.36º16.18%80%-
XYZ47.2152.0564.68-
YUV188.85136.55115.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=30%
G=34.21%
B=35.79%

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
Decimal1711952040.160.0400.2196.3624.4473.53
HexABC3CC104014c4184a
Octal25330331420402430430112
Binary1010101111000011110011001000010001010011000100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3CC; }

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

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

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

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

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

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

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

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