#ABB4BB

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

Shades of Heather #ABB4BB

Tints of Heather #ABB4BB

Color information

#ABB4BB (or 0xABB4BB) is unknown color: approx Heather. HEX triplet: AB, B4 and BB. RGB value is (171,180,187). Sum of RGB (Red+Green+Blue) = 171+180+187=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4BB is #544B44. Grayscale: #B2B2B2. Windows color (decimal): -5524293 or 12301483. OLE color: 12301483.

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

Color convert

RGB171180187-
CMYK0.090.0400.27
HSL206.25º10.53%70.2%-
HSV(B)206.25º8.56%73.33%-
XYZ42.0944.8953.46-
YUV178.11133.02122.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=31.78%
G=33.46%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711801870.090.0400.27206.2510.5370.2
HexABB4BB9401Bceb46
Octal25326427311403331613106
Binary10101011101101001011101110011000110111100111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4BB; }

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

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

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

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

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

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

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

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