#ABB5BB

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

Shades of Heather #ABB5BB

Tints of Heather #ABB5BB

Color information

#ABB5BB (or 0xABB5BB) is unknown color: approx Heather. HEX triplet: AB, B5 and BB. RGB value is (171,181,187). Sum of RGB (Red+Green+Blue) = 171+181+187=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5BB is #544A44. Grayscale: #B2B2B2. Windows color (decimal): -5524037 or 12301739. OLE color: 12301739.

HSL color Cylindrical-coordinate representation of color #ABB5BB: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB5BB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171181187-
CMYK0.090.0300.27
HSL202.5º10.53%70.2%-
HSV(B)202.5º8.56%73.33%-
XYZ42.2945.2953.53-
YUV178.69132.69122.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=31.73%
G=33.58%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711811870.090.0300.27202.510.5370.2
HexABB5BB9301Bcab46
Octal25326527311303331213106
Binary1010101110110101101110111001110110111100101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5BB; }

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

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

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

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

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

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

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

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