#ABB6BE

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

Shades of Heather #ABB6BE

Tints of Heather #ABB6BE

Color information

#ABB6BE (or 0xABB6BE) is unknown color: approx Heather. HEX triplet: AB, B6 and BE. RGB value is (171,182,190). Sum of RGB (Red+Green+Blue) = 171+182+190=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6BE is #544941. Grayscale: #B3B3B3. Windows color (decimal): -5523778 or 12498603. OLE color: 12498603.

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

Color convert

RGB171182190-
CMYK0.100.0400.25
HSL205.26º12.75%70.78%-
HSV(B)205.26º10%74.51%-
XYZ42.8245.8355.3-
YUV179.62133.86121.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=31.49%
G=33.52%
B=34.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711821900.100.0400.25205.2612.7570.78
HexABB6BEA4019cdd47
Octal25326627612403131515107
Binary10101011101101101011111010101000110011100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6BE; }

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

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

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

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

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

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

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

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