Html Css Color HEX #AAABE5 Perano

📋 copy color: '#AAABE5'

red 170 ◦ green 171 ◦ blue 229

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

Shades of Perano #AAABE5

Tints of Perano #AAABE5

RGB

 RED value IS 170 (66.8% from 255) = 29.82%

 GREEN value IS 171 (67.19% from 255) = 30%

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 29.82%
G = 30%
B = 40.18%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAABE5 (or 0xAAABE5) is known color: Perano. HEX triplet: AA, AB and E5. RGB value is (170,171,229). Sum of RGB (Red+Green+Blue) = 170+171+229=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABE5 is #55541A. Grayscale: #B1B1B1. Windows color (decimal): -5592091 or 15051690. OLE color: 15051690.

HSL color Cylindrical-coordinate representation of color #AAABE5: hue angle of 238.98º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAABE5 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 171 229 -
CMYK 0.26 0.25 0 0.10
HSL 238.98º 0.53% 0.78% -
HSV(B) 238.98º 0.26% 0.9% -
XYZ 45.28 43.33 80.11 -
YUV 177.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 170 171 229 0.26 0.25 0 0.10 238.98 0.53 0.78
Hex AA AB E5 1A 19 0 A EF 35 4E
Octal 252 253 345 32 31 0 12 357 65 116
Binary 10101010 10101011 11100101 11010 11001 0 1010 11101111 110101 1001110

Color Harmonies of #AAABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAABE5

Black with #AAABE5

Text Example


Text Example

White with #AAABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAABE5; }

 p { color: rgb(170,171,229); }

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

background-color css

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

 a { background-color: rgb(170,171,229); }

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

border-color css

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

 span { border-color: rgb(170,171,229); }

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