#ABBBCA

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

Shades of Heather #ABBBCA

Tints of Heather #ABBBCA

Color information

#ABBBCA (or 0xABBBCA) is unknown color: approx Heather. HEX triplet: AB, BB and CA. RGB value is (171,187,202). Sum of RGB (Red+Green+Blue) = 171+187+202=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBCA is #544435. Grayscale: #B7B7B7. Windows color (decimal): -5522486 or 13286315. OLE color: 13286315.

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

Color convert

RGB171187202-
CMYK0.150.0700.21
HSL209.03º22.63%73.14%-
HSV(B)209.03º15.35%79.22%-
XYZ45.2348.4662.85-
YUV183.93138.2118.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=30.54%
G=33.39%
B=36.07%

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
Decimal1711872020.150.0700.21209.0322.6373.14
HexABBBCAF7015d11749
Octal25327331217702532127111
Binary101010111011101111001010111111101010111010001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBCA; }

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

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

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

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

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

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

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

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