#ABBBC1

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

Shades of Heather #ABBBC1

Tints of Heather #ABBBC1

Color information

#ABBBC1 (or 0xABBBC1) is unknown color: approx Heather. HEX triplet: AB, BB and C1. RGB value is (171,187,193). Sum of RGB (Red+Green+Blue) = 171+187+193=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC1 is #54443E. Grayscale: #B6B6B6. Windows color (decimal): -5522495 or 12696491. OLE color: 12696491.

HSL color Cylindrical-coordinate representation of color #ABBBC1: hue angle of 196.36º 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 #ABBBC1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171187193-
CMYK0.110.0300.24
HSL196.36º15.07%71.37%-
HSV(B)196.36º11.4%75.69%-
XYZ44.1948.0557.4-
YUV182.9133.7119.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=31.03%
G=33.94%
B=35.03%

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
Decimal1711871930.110.0300.24196.3615.0771.37
HexABBBC1B3018c4f47
Octal25327330113303030417107
Binary1010101110111011110000011011110110001100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBC1; }

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

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

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

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

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

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

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

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