#ABB5BF

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

Shades of Heather #ABB5BF

Tints of Heather #ABB5BF

Color information

#ABB5BF (or 0xABB5BF) is unknown color: approx Heather. HEX triplet: AB, B5 and BF. RGB value is (171,181,191). Sum of RGB (Red+Green+Blue) = 171+181+191=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5BF is #544A40. Grayscale: #B3B3B3. Windows color (decimal): -5524033 or 12563883. OLE color: 12563883.

HSL color Cylindrical-coordinate representation of color #ABB5BF: hue angle of 210º degrees, saturation: 0.14, 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 #ABB5BF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171181191-
CMYK0.100.0500.25
HSL210º13.51%70.98%-
HSV(B)210º10.47%74.9%-
XYZ42.7245.4755.81-
YUV179.15134.69122.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 35.17%
R=31.49%
G=33.33%
B=35.17%

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
Decimal1711811910.100.0500.2521013.5170.98
HexABB5BFA5019d2e47
Octal25326527712503132216107
Binary10101011101101011011111110101010110011101001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5BF; }

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

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

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

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

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

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

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

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