Html Css Color HEX #AEBDA6 Spring Rain

📋 copy color: '#AEBDA6'

red 174 ◦ green 189 ◦ blue 166

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

Shades of Spring Rain #AEBDA6

Tints of Spring Rain #AEBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 32.89%
G = 35.73%
B = 31.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#AEBDA6 (or 0xAEBDA6) is known color: Spring Rain. HEX triplet: AE, BD and A6. RGB value is (174,189,166). Sum of RGB (Red+Green+Blue) = 174+189+166=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA6 is #514259. Grayscale: #B5B5B5. Windows color (decimal): -5325402 or 10927534. OLE color: 10927534.

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

Color convert

RGB 174 189 166 -
CMYK 0.08 0 0.12 0.26
HSL 99.13º 0.15% 0.7% -
HSV(B) 99.13º 0.12% 0.74% -
XYZ 42.54 48.15 43.13 -
YUV 181.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 174 189 166 0.08 0 0.12 0.26 99.13 0.15 0.7
Hex AE BD A6 8 0 C 1A 63 F 46
Octal 256 275 246 10 0 14 32 143 17 106
Binary 10101110 10111101 10100110 1000 0 1100 11010 1100011 1111 1000110

Color Harmonies of #AEBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDA6

Black with #AEBDA6

Text Example


Text Example

White with #AEBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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