#ABB5BD

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

Shades of Heather #ABB5BD

Tints of Heather #ABB5BD

Color information

#ABB5BD (or 0xABB5BD) is unknown color: approx Heather. HEX triplet: AB, B5 and BD. RGB value is (171,181,189). Sum of RGB (Red+Green+Blue) = 171+181+189=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5BD is #544A42. Grayscale: #B2B2B2. Windows color (decimal): -5524035 or 12432811. OLE color: 12432811.

HSL color Cylindrical-coordinate representation of color #ABB5BD: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB5BD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171181189-
CMYK0.100.0400.26
HSL206.67º12%70.59%-
HSV(B)206.67º9.52%74.12%-
XYZ42.545.3854.66-
YUV178.92133.69122.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=31.61%
G=33.46%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711811890.100.0400.26206.671270.59
HexABB5BDA401Acfc47
Octal25326527512403231714107
Binary10101011101101011011110110101000110101100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5BD; }

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

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

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

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

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

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

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

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