#ABBBC0

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

Shades of Heather #ABBBC0

Tints of Heather #ABBBC0

Color information

#ABBBC0 (or 0xABBBC0) is unknown color: approx Heather. HEX triplet: AB, BB and C0. RGB value is (171,187,192). Sum of RGB (Red+Green+Blue) = 171+187+192=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC0 is #54443F. Grayscale: #B6B6B6. Windows color (decimal): -5522496 or 12630955. OLE color: 12630955.

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

Color convert

RGB171187192-
CMYK0.110.0300.25
HSL194.29º14.29%71.18%-
HSV(B)194.29º10.94%75.29%-
XYZ44.084856.81-
YUV182.79133.2119.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=31.09%
G=34%
B=34.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711871920.110.0300.25194.2914.2971.18
HexABBBC0B3019c2e47
Octal25327330013303130216107
Binary1010101110111011110000001011110110011100001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBC0; }

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

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

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

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

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

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

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

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