#ABBBC3

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

Shades of Heather #ABBBC3

Tints of Heather #ABBBC3

Color information

#ABBBC3 (or 0xABBBC3) is unknown color: approx Heather. HEX triplet: AB, BB and C3. RGB value is (171,187,195). Sum of RGB (Red+Green+Blue) = 171+187+195=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABBBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC3 is #54443C. Grayscale: #B7B7B7. Windows color (decimal): -5522493 or 12827563. OLE color: 12827563.

HSL color Cylindrical-coordinate representation of color #ABBBC3: hue angle of 200º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBBC3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171187195-
CMYK0.120.0400.24
HSL200º16.67%71.76%-
HSV(B)200º12.31%76.47%-
XYZ44.4248.1458.58-
YUV183.13134.7119.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=30.92%
G=33.82%
B=35.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711871950.120.0400.2420016.6771.76
HexABBBC3C4018c81148
Octal25327330314403031021110
Binary101010111011101111000011110010001100011001000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBC3; }

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

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

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

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

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

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

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

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