#AAB4EE

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

Shades of Perano #AAB4EE

Tints of Perano #AAB4EE

Color information

#AAB4EE (or 0xAAB4EE) is unknown color: approx Perano. HEX triplet: AA, B4 and EE. RGB value is (170,180,238). Sum of RGB (Red+Green+Blue) = 170+180+238=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAB4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4EE is #554B11. Grayscale: #B7B7B7. Windows color (decimal): -5589778 or 15643818. OLE color: 15643818.

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

Color convert

RGB170180238-
CMYK0.290.2400.07
HSL231.18º66.67%80%-
HSV(B)231.18º28.57%93.33%-
XYZ48.3347.3687.48-
YUV183.62158.69118.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=28.91%
G=30.61%
B=40.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701802380.290.2400.07231.1866.6780
HexAAB4EE1D1807e74350
Octal252264356353007347103120
Binary101010101011010011101110111011100001111110011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4EE; }

 p { color: rgb(170,180,238); }

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

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

 a { background-color: rgb(170,180,238); }

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

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

 span { border-color: rgb(170,180,238); }

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