#ABB8BE

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

Shades of Heather #ABB8BE

Tints of Heather #ABB8BE

Color information

#ABB8BE (or 0xABB8BE) is unknown color: approx Heather. HEX triplet: AB, B8 and BE. RGB value is (171,184,190). Sum of RGB (Red+Green+Blue) = 171+184+190=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8BE is #544741. Grayscale: #B4B4B4. Windows color (decimal): -5523266 or 12499115. OLE color: 12499115.

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

Color convert

RGB171184190-
CMYK0.100.0300.25
HSL198.95º12.75%70.78%-
HSV(B)198.95º10%74.51%-
XYZ43.2346.6655.44-
YUV180.8133.19121.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=31.38%
G=33.76%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711841900.100.0300.25198.9512.7570.78
HexABB8BEA3019c7d47
Octal25327027612303130715107
Binary1010101110111000101111101010110110011100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8BE; }

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

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

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

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

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

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

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

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