#ABB8BD

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

Shades of Heather #ABB8BD

Tints of Heather #ABB8BD

Color information

#ABB8BD (or 0xABB8BD) is unknown color: approx Heather. HEX triplet: AB, B8 and BD. RGB value is (171,184,189). Sum of RGB (Red+Green+Blue) = 171+184+189=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8BD is #544742. Grayscale: #B4B4B4. Windows color (decimal): -5523267 or 12433579. OLE color: 12433579.

HSL color Cylindrical-coordinate representation of color #ABB8BD: hue angle of 196.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 #ABB8BD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171184189-
CMYK0.100.0300.26
HSL196.67º12%70.59%-
HSV(B)196.67º9.52%74.12%-
XYZ43.1246.6154.87-
YUV180.68132.69121.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=31.43%
G=33.82%
B=34.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711841890.100.0300.26196.671270.59
HexABB8BDA301Ac5c47
Octal25327027512303230514107
Binary1010101110111000101111011010110110101100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8BD; }

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

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

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

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

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

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

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

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