#ABBDA8

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

Shades of Rainee #ABBDA8

Tints of Rainee #ABBDA8

Color information

#ABBDA8 (or 0xABBDA8) is unknown color: approx Rainee. HEX triplet: AB, BD and A8. RGB value is (171,189,168). Sum of RGB (Red+Green+Blue) = 171+189+168=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA8 is #544257. Grayscale: #B5B5B5. Windows color (decimal): -5522008 or 11058603. OLE color: 11058603.

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

Color convert

RGB171189168-
CMYK0.1000.110.26
HSL111.43º13.73%70%-
HSV(B)111.43º11.11%74.12%-
XYZ42.0647.8844.07-
YUV181.22120.54120.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=32.39%
G=35.80%
B=31.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891680.1000.110.26111.4313.7370
HexABBDA8A0B1A6fe46
Octal253275250120133215716106
Binary10101011101111011010100010100101111010110111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA8; }

 p { color: rgb(171,189,168); }

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

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

 a { background-color: rgb(171,189,168); }

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

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

 span { border-color: rgb(171,189,168); }

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