#ABB5BE

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

Shades of Heather #ABB5BE

Tints of Heather #ABB5BE

Color information

#ABB5BE (or 0xABB5BE) is unknown color: approx Heather. HEX triplet: AB, B5 and BE. RGB value is (171,181,190). Sum of RGB (Red+Green+Blue) = 171+181+190=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5BE is #544A41. Grayscale: #B2B2B2. Windows color (decimal): -5524034 or 12498347. OLE color: 12498347.

HSL color Cylindrical-coordinate representation of color #ABB5BE: hue angle of 208.42º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB5BE is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171181190-
CMYK0.100.0500.25
HSL208.42º12.75%70.78%-
HSV(B)208.42º10%74.51%-
XYZ42.6145.4255.24-
YUV179.04134.19122.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=31.55%
G=33.39%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711811900.100.0500.25208.4212.7570.78
HexABB5BEA5019d0d47
Octal25326527612503132015107
Binary10101011101101011011111010101010110011101000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5BE; }

 p { color: rgb(171,181,190); }

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

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

 a { background-color: rgb(171,181,190); }

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

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

 span { border-color: rgb(171,181,190); }

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