#ABB4BC

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

Shades of Heather #ABB4BC

Tints of Heather #ABB4BC

Color information

#ABB4BC (or 0xABB4BC) is unknown color: approx Heather. HEX triplet: AB, B4 and BC. RGB value is (171,180,188). Sum of RGB (Red+Green+Blue) = 171+180+188=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4BC is #544B43. Grayscale: #B2B2B2. Windows color (decimal): -5524292 or 12367019. OLE color: 12367019.

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

Color convert

RGB171180188-
CMYK0.090.0400.26
HSL208.24º11.26%70.39%-
HSV(B)208.24º9.04%73.73%-
XYZ42.1944.9354.03-
YUV178.22133.52122.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=31.73%
G=33.40%
B=34.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711801880.090.0400.26208.2411.2670.39
HexABB4BC9401Ad0b46
Octal25326427411403232013106
Binary10101011101101001011110010011000110101101000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4BC; }

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

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

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

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

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

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

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

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