Html Css Color HEX #AEBDA8 Spring Rain

📋 copy color: '#AEBDA8'

red 174 ◦ green 189 ◦ blue 168

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

Shades of Spring Rain #AEBDA8

Tints of Spring Rain #AEBDA8

RGB

 RED value IS 174 (68.36% from 255) = 32.77%

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

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 32.77%
G = 35.59%
B = 31.64%

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

#AEBDA8 (or 0xAEBDA8) is known color: Spring Rain. HEX triplet: AE, BD and A8. RGB value is (174,189,168). Sum of RGB (Red+Green+Blue) = 174+189+168=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA8 is #514257. Grayscale: #B6B6B6. Windows color (decimal): -5325400 or 11058606. OLE color: 11058606.

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

Color convert

RGB 174 189 168 -
CMYK 0.08 0 0.11 0.26
HSL 102.86º 0.14% 0.7% -
HSV(B) 102.86º 0.11% 0.74% -
XYZ 42.72 48.22 44.1 -
YUV 182.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 174 189 168 0.08 0 0.11 0.26 102.86 0.14 0.7
Hex AE BD A8 8 0 B 1A 67 E 46
Octal 256 275 250 10 0 13 32 147 16 106
Binary 10101110 10111101 10101000 1000 0 1011 11010 1100111 1110 1000110

Color Harmonies of #AEBDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDA8

Black with #AEBDA8

Text Example


Text Example

White with #AEBDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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