#AAB7EC

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

Shades of Perano #AAB7EC

Tints of Perano #AAB7EC

Color information

#AAB7EC (or 0xAAB7EC) is unknown color: approx Perano. HEX triplet: AA, B7 and EC. RGB value is (170,183,236). Sum of RGB (Red+Green+Blue) = 170+183+236=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7EC is #554813. Grayscale: #B8B8B8. Windows color (decimal): -5589012 or 15513514. OLE color: 15513514.

HSL color Cylindrical-coordinate representation of color #AAB7EC: hue angle of 228.18º 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 #AAB7EC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170183236-
CMYK0.280.2200.07
HSL228.18º63.46%79.61%-
HSV(B)228.18º27.97%92.55%-
XYZ48.6548.4786.15-
YUV185.15156.69117.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 183 (71.88% from 255) = 31.07%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=28.86%
G=31.07%
B=40.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701832360.280.2200.07228.1863.4679.61
HexAAB7EC1C1607e43f50
Octal25226735434260734477120
Binary10101010101101111110110011100101100111111001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7EC; }

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

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

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

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

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

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

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

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