Html Css Color HEX #AEBAAD Rainee

📋 copy color: '#AEBAAD'

red 174 ◦ green 186 ◦ blue 173

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

Shades of Rainee #AEBAAD

Tints of Rainee #AEBAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 32.65%
G = 34.9%
B = 32.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#AEBAAD (or 0xAEBAAD) is known color: Rainee. HEX triplet: AE, BA and AD. RGB value is (174,186,173). Sum of RGB (Red+Green+Blue) = 174+186+173=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAAD is #514552. Grayscale: #B4B4B4. Windows color (decimal): -5326163 or 11385518. OLE color: 11385518.

HSL color Cylindrical-coordinate representation of color #AEBAAD: hue angle of 115.38º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBAAD is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 173 -
CMYK 0.06 0 0.07 0.27
HSL 115.38º 0.09% 0.7% -
HSV(B) 115.38º 0.07% 0.73% -
XYZ 42.56 47.13 46.39 -
YUV 180.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 174 186 173 0.06 0 0.07 0.27 115.38 0.09 0.7
Hex AE BA AD 6 0 7 1B 73 9 46
Octal 256 272 255 6 0 7 33 163 11 106
Binary 10101110 10111010 10101101 110 0 111 11011 1110011 1001 1000110

Color Harmonies of #AEBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAAD

Black with #AEBAAD

Text Example


Text Example

White with #AEBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAAD; }

 p { color: rgb(174,186,173); }

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

background-color css

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

 a { background-color: rgb(174,186,173); }

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

border-color css

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

 span { border-color: rgb(174,186,173); }

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