Html Css Color HEX #AABAE0 Perano

📋 copy color: '#AABAE0'

red 170 ◦ green 186 ◦ blue 224

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

Shades of Perano #AABAE0

Tints of Perano #AABAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 29.31%
G = 32.07%
B = 38.62%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AABAE0 (or 0xAABAE0) is known color: Perano. HEX triplet: AA, BA and E0. RGB value is (170,186,224). Sum of RGB (Red+Green+Blue) = 170+186+224=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #AABAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAE0 is #55451F. Grayscale: #B9B9B9. Windows color (decimal): -5588256 or 14727850. OLE color: 14727850.

HSL color Cylindrical-coordinate representation of color #AABAE0: hue angle of 222.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABAE0 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 186 224 -
CMYK 0.24 0.17 0 0.12
HSL 222.22º 0.47% 0.77% -
HSV(B) 222.22º 0.24% 0.88% -
XYZ 47.59 49.05 77.48 -
YUV 185.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 170 186 224 0.24 0.17 0 0.12 222.22 0.47 0.77
Hex AA BA E0 18 11 0 C DE 2F 4D
Octal 252 272 340 30 21 0 14 336 57 115
Binary 10101010 10111010 11100000 11000 10001 0 1100 11011110 101111 1001101

Color Harmonies of #AABAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAE0

Black with #AABAE0

Text Example


Text Example

White with #AABAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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