#AAABEE

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

Shades of Perano #AAABEE

Tints of Perano #AAABEE

Color information

#AAABEE (or 0xAAABEE) is unknown color: approx Perano. HEX triplet: AA, AB and EE. RGB value is (170,171,238). Sum of RGB (Red+Green+Blue) = 170+171+238=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABEE is #555411. Grayscale: #B2B2B2. Windows color (decimal): -5592082 or 15641514. OLE color: 15641514.

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

Color convert

RGB170171238-
CMYK0.290.2800.07
HSL239.12º66.67%80%-
HSV(B)239.12º28.57%93.33%-
XYZ46.5743.8486.9-
YUV178.34161.67122.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=29.36%
G=29.53%
B=41.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701712380.290.2800.07239.1266.6780
HexAAABEE1D1C07ef4350
Octal252253356353407357103120
Binary101010101010101111101110111011110001111110111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABEE; }

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

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

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

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

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

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

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

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