#ABB7BC

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

Shades of Heather #ABB7BC

Tints of Heather #ABB7BC

Color information

#ABB7BC (or 0xABB7BC) is unknown color: approx Heather. HEX triplet: AB, B7 and BC. RGB value is (171,183,188). Sum of RGB (Red+Green+Blue) = 171+183+188=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7BC is #544843. Grayscale: #B3B3B3. Windows color (decimal): -5523524 or 12367787. OLE color: 12367787.

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

Color convert

RGB171183188-
CMYK0.090.0300.26
HSL197.65º11.26%70.39%-
HSV(B)197.65º9.04%73.73%-
XYZ42.8146.1654.23-
YUV179.98132.52121.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=31.55%
G=33.76%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711831880.090.0300.26197.6511.2670.39
HexABB7BC9301Ac6b46
Octal25326727411303230613106
Binary1010101110110111101111001001110110101100011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7BC; }

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

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

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

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

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

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

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

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