#ABB3BC

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

Shades of Heather #ABB3BC

Tints of Heather #ABB3BC

Color information

#ABB3BC (or 0xABB3BC) is unknown color: approx Heather. HEX triplet: AB, B3 and BC. RGB value is (171,179,188). Sum of RGB (Red+Green+Blue) = 171+179+188=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3BC is #544C43. Grayscale: #B1B1B1. Windows color (decimal): -5524548 or 12366763. OLE color: 12366763.

HSL color Cylindrical-coordinate representation of color #ABB3BC: hue angle of 211.76º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB3BC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171179188-
CMYK0.090.0500.26
HSL211.76º11.26%70.39%-
HSV(B)211.76º9.04%73.73%-
XYZ41.9944.5353.96-
YUV177.63133.85123.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=31.78%
G=33.27%
B=34.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711791880.090.0500.26211.7611.2670.39
HexABB3BC9501Ad4b46
Octal25326327411503232413106
Binary10101011101100111011110010011010110101101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3BC; }

 p { color: rgb(171,179,188); }

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

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

 a { background-color: rgb(171,179,188); }

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

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

 span { border-color: rgb(171,179,188); }

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