#AABAEC

Color #AABAEC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AABAEC

Tints of Perano #AABAEC

Color information

#AABAEC (or 0xAABAEC) is unknown color: approx Perano. HEX triplet: AA, BA and EC. RGB value is (170,186,236). Sum of RGB (Red+Green+Blue) = 170+186+236=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #AABAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEC is #554513. Grayscale: #BABABA. Windows color (decimal): -5588244 or 15514282. OLE color: 15514282.

HSL color Cylindrical-coordinate representation of color #AABAEC: hue angle of 225.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABAEC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170186236-
CMYK0.280.2100.07
HSL225.45º63.46%79.61%-
HSV(B)225.45º27.97%92.55%-
XYZ49.2849.7286.36-
YUV186.92155.7115.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=28.72%
G=31.42%
B=39.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701862360.280.2100.07225.4563.4679.61
HexAABAEC1C1507e13f50
Octal25227235434250734177120
Binary10101010101110101110110011100101010111111000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAEC; }

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

 H1.HeaderClassName
 {
   color: #AABAEC;
 }
 .AnyTagClassName
 {
   color: #AABAEC;
 }
</style>
background-color css

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

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

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

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

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

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