Html Css Color HEX #AABAE5 Perano

📋 copy color: '#AABAE5'

red 170 ◦ green 186 ◦ blue 229

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

Shades of Perano #AABAE5

Tints of Perano #AABAE5

RGB

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

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

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

R = 29.06%
G = 31.79%
B = 39.15%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AABAE5 (or 0xAABAE5) is known color: Perano. HEX triplet: AA, BA and E5. RGB value is (170,186,229). Sum of RGB (Red+Green+Blue) = 170+186+229=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #AABAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAE5 is #55451A. Grayscale: #B9B9B9. Windows color (decimal): -5588251 or 15055530. OLE color: 15055530.

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

Color convert

RGB 170 186 229 -
CMYK 0.26 0.19 0 0.10
HSL 223.73º 0.53% 0.78% -
HSV(B) 223.73º 0.26% 0.9% -
XYZ 48.28 49.32 81.1 -
YUV 186.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 170 186 229 0.26 0.19 0 0.10 223.73 0.53 0.78
Hex AA BA E5 1A 13 0 A E0 35 4E
Octal 252 272 345 32 23 0 12 340 65 116
Binary 10101010 10111010 11100101 11010 10011 0 1010 11100000 110101 1001110

Color Harmonies of #AABAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAE5

Black with #AABAE5

Text Example


Text Example

White with #AABAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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