Html Css Color HEX #AABAEA Perano

📋 copy color: '#AABAEA'

red 170 ◦ green 186 ◦ blue 234

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

Shades of Perano #AABAEA

Tints of Perano #AABAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 28.81%
G = 31.53%
B = 39.66%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABAEA (or 0xAABAEA) is known color: Perano. HEX triplet: AA, BA and EA. RGB value is (170,186,234). Sum of RGB (Red+Green+Blue) = 170+186+234=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #AABAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEA is #554515. Grayscale: #BABABA. Windows color (decimal): -5588246 or 15383210. OLE color: 15383210.

HSL color Cylindrical-coordinate representation of color #AABAEA: hue angle of 225º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABAEA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 186 234 -
CMYK 0.27 0.21 0 0.08
HSL 225º 0.6% 0.79% -
HSV(B) 225º 0.27% 0.92% -
XYZ 48.99 49.6 84.83 -
YUV 186.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 170 186 234 0.27 0.21 0 0.08 225 0.6 0.79
Hex AA BA EA 1B 15 0 8 E1 3C 4F
Octal 252 272 352 33 25 0 10 341 74 117
Binary 10101010 10111010 11101010 11011 10101 0 1000 11100001 111100 1001111

Color Harmonies of #AABAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAEA

Black with #AABAEA

Text Example


Text Example

White with #AABAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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