#ABBCC1

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

Shades of Heather #ABBCC1

Tints of Heather #ABBCC1

Color information

#ABBCC1 (or 0xABBCC1) is unknown color: approx Heather. HEX triplet: AB, BC and C1. RGB value is (171,188,193). Sum of RGB (Red+Green+Blue) = 171+188+193=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABBCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCC1 is #54433E. Grayscale: #B7B7B7. Windows color (decimal): -5522239 or 12696747. OLE color: 12696747.

HSL color Cylindrical-coordinate representation of color #ABBCC1: hue angle of 193.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBCC1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171188193-
CMYK0.110.0300.24
HSL193.64º15.07%71.37%-
HSV(B)193.64º11.4%75.69%-
XYZ44.448.4757.47-
YUV183.49133.37119.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=30.98%
G=34.06%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711881930.110.0300.24193.6415.0771.37
HexABBCC1B3018c2f47
Octal25327430113303030217107
Binary1010101110111100110000011011110110001100001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCC1; }

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

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

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

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

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

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

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

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