#ABC2CB

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

Shades of Heather #ABC2CB

Tints of Heather #ABC2CB

Color information

#ABC2CB (or 0xABC2CB) is unknown color: approx Heather. HEX triplet: AB, C2 and CB. RGB value is (171,194,203). Sum of RGB (Red+Green+Blue) = 171+194+203=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2CB is #543D34. Grayscale: #BCBCBC. Windows color (decimal): -5520693 or 13353643. OLE color: 13353643.

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

Color convert

RGB171194203-
CMYK0.160.0400.20
HSL196.88º23.53%73.33%-
HSV(B)196.88º15.76%79.61%-
XYZ46.8751.5563.98-
YUV188.15136.38115.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=30.11%
G=34.15%
B=35.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711942030.160.0400.20196.8823.5373.33
HexABC2CB104014c51849
Octal25330231320402430530111
Binary1010101111000010110010111000010001010011000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2CB; }

 p { color: rgb(171,194,203); }

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

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

 a { background-color: rgb(171,194,203); }

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

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

 span { border-color: rgb(171,194,203); }

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