Html Css Color HEX #AABAE3 Perano

📋 copy color: '#AABAE3'

red 170 ◦ green 186 ◦ blue 227

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

Shades of Perano #AABAE3

Tints of Perano #AABAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.94%

R = 29.16%
G = 31.9%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AABAE3 (or 0xAABAE3) is known color: Perano. HEX triplet: AA, BA and E3. RGB value is (170,186,227). Sum of RGB (Red+Green+Blue) = 170+186+227=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #AABAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAE3 is #55451C. Grayscale: #B9B9B9. Windows color (decimal): -5588253 or 14924458. OLE color: 14924458.

HSL color Cylindrical-coordinate representation of color #AABAE3: hue angle of 223.16º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABAE3 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 186 227 -
CMYK 0.25 0.18 0 0.11
HSL 223.16º 0.5% 0.78% -
HSV(B) 223.16º 0.25% 0.89% -
XYZ 48 49.21 79.64 -
YUV 185.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 170 186 227 0.25 0.18 0 0.11 223.16 0.5 0.78
Hex AA BA E3 19 12 0 B DF 32 4E
Octal 252 272 343 31 22 0 13 337 62 116
Binary 10101010 10111010 11100011 11001 10010 0 1011 11011111 110010 1001110

Color Harmonies of #AABAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAE3

Black with #AABAE3

Text Example


Text Example

White with #AABAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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