Html Css Color HEX #AABAE2 Perano

📋 copy color: '#AABAE2'

red 170 ◦ green 186 ◦ blue 226

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

Shades of Perano #AABAE2

Tints of Perano #AABAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 29.21%
G = 31.96%
B = 38.83%

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

#AABAE2 (or 0xAABAE2) is known color: Perano. HEX triplet: AA, BA and E2. RGB value is (170,186,226). Sum of RGB (Red+Green+Blue) = 170+186+226=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #AABAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAE2 is #55451D. Grayscale: #B9B9B9. Windows color (decimal): -5588254 or 14858922. OLE color: 14858922.

HSL color Cylindrical-coordinate representation of color #AABAE2: hue angle of 222.86º degrees, saturation: 0.49, 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 #AABAE2 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 186 226 -
CMYK 0.25 0.18 0 0.11
HSL 222.86º 0.49% 0.78% -
HSV(B) 222.86º 0.25% 0.89% -
XYZ 47.86 49.15 78.92 -
YUV 185.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 170 186 226 0.25 0.18 0 0.11 222.86 0.49 0.78
Hex AA BA E2 19 12 0 B DF 31 4E
Octal 252 272 342 31 22 0 13 337 61 116
Binary 10101010 10111010 11100010 11001 10010 0 1011 11011111 110001 1001110

Color Harmonies of #AABAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAE2

Black with #AABAE2

Text Example


Text Example

White with #AABAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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