#ABBCC5

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

Shades of Heather #ABBCC5

Tints of Heather #ABBCC5

Color information

#ABBCC5 (or 0xABBCC5) is unknown color: approx Heather. HEX triplet: AB, BC and C5. RGB value is (171,188,197). Sum of RGB (Red+Green+Blue) = 171+188+197=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCC5 is #54433A. Grayscale: #B7B7B7. Windows color (decimal): -5522235 or 12958891. OLE color: 12958891.

HSL color Cylindrical-coordinate representation of color #ABBCC5: hue angle of 200.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBCC5 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171188197-
CMYK0.130.0500.23
HSL200.77º18.31%72.16%-
HSV(B)200.77º13.2%77.25%-
XYZ44.8648.6659.85-
YUV183.94135.37118.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=30.76%
G=33.81%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711881970.130.0500.23200.7718.3172.16
HexABBCC5D5017c91248
Octal25327430515502731122110
Binary101010111011110011000101110110101011111001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCC5; }

 p { color: rgb(171,188,197); }

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

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

 a { background-color: rgb(171,188,197); }

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

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

 span { border-color: rgb(171,188,197); }

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