#ADBDA8

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

Shades of Rainee #ADBDA8

Tints of Rainee #ADBDA8

Color information

#ADBDA8 (or 0xADBDA8) is unknown color: approx Rainee. HEX triplet: AD, BD and A8. RGB value is (173,189,168). Sum of RGB (Red+Green+Blue) = 173+189+168=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA8 is #524257. Grayscale: #B5B5B5. Windows color (decimal): -5390936 or 11058605. OLE color: 11058605.

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

Color convert

RGB173189168-
CMYK0.0800.110.26
HSL105.71º13.73%70%-
HSV(B)105.71º11.11%74.12%-
XYZ42.548.1144.09-
YUV181.82120.2121.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=32.64%
G=35.66%
B=31.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891680.0800.110.26105.7113.7370
HexADBDA880B1A6ae46
Octal255275250100133215216106
Binary10101101101111011010100010000101111010110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA8; }

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

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

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

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

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

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

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

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