Html Css Color HEX #ADBDA9 Rainee

📋 copy color: '#ADBDA9'

red 173 ◦ green 189 ◦ blue 169

#ADBDA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #ADBDA9

Tints of Rainee #ADBDA9

RGB

 RED value IS 173 (67.97% from 255) = 32.58%

 GREEN value IS 189 (74.22% from 255) = 35.59%

 BLUE value IS 169 (66.41% from 255) = 31.83%

R = 32.58%
G = 35.59%
B = 31.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#ADBDA9 (or 0xADBDA9) is known color: Rainee. HEX triplet: AD, BD and A9. RGB value is (173,189,169). Sum of RGB (Red+Green+Blue) = 173+189+169=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA9 is #524256. Grayscale: #B6B6B6. Windows color (decimal): -5390935 or 11124141. OLE color: 11124141.

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

Color convert

RGB 173 189 169 -
CMYK 0.08 0 0.11 0.26
HSL 108º 0.13% 0.7% -
HSV(B) 108º 0.11% 0.74% -
XYZ 42.59 48.14 44.58 -
YUV 181.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 173 189 169 0.08 0 0.11 0.26 108 0.13 0.7
Hex AD BD A9 8 0 B 1A 6C D 46
Octal 255 275 251 10 0 13 32 154 15 106
Binary 10101101 10111101 10101001 1000 0 1011 11010 1101100 1101 1000110

Color Harmonies of #ADBDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDA9

Black with #ADBDA9

Text Example


Text Example

White with #ADBDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDA9; }

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

 H1.HeaderClassName
 {
   color: #ADBDA9;
 }
 .AnyTagClassName
 {
   color: #ADBDA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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