#ABBCCA

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

Shades of Heather #ABBCCA

Tints of Heather #ABBCCA

Color information

#ABBCCA (or 0xABBCCA) is unknown color: approx Heather. HEX triplet: AB, BC and CA. RGB value is (171,188,202). Sum of RGB (Red+Green+Blue) = 171+188+202=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCCA is #544335. Grayscale: #B8B8B8. Windows color (decimal): -5522230 or 13286571. OLE color: 13286571.

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

Color convert

RGB171188202-
CMYK0.150.0700.21
HSL207.1º22.63%73.14%-
HSV(B)207.1º15.35%79.22%-
XYZ45.4448.8962.92-
YUV184.51137.87118.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=30.48%
G=33.51%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711882020.150.0700.21207.122.6373.14
HexABBCCAF7015cf1749
Octal25327431217702531727111
Binary101010111011110011001010111111101010111001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCCA; }

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

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

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

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

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

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

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

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