#AAABE3

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

Shades of Perano #AAABE3

Tints of Perano #AAABE3

Color information

#AAABE3 (or 0xAAABE3) is unknown color: approx Perano. HEX triplet: AA, AB and E3. RGB value is (170,171,227). Sum of RGB (Red+Green+Blue) = 170+171+227=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAABE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABE3 is #55541C. Grayscale: #B0B0B0. Windows color (decimal): -5592093 or 14920618. OLE color: 14920618.

HSL color Cylindrical-coordinate representation of color #AAABE3: hue angle of 238.95º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAABE3 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170171227-
CMYK0.250.2500.11
HSL238.95º50.44%77.84%-
HSV(B)238.95º25.11%89.02%-
XYZ45.0143.2278.64-
YUV177.08156.17122.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=29.93%
G=30.11%
B=39.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701712270.250.2500.11238.9550.4477.84
HexAAABE319190Bef324e
Octal252253343313101335762116
Binary101010101010101111100011110011100101011111011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABE3; }

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

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

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

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

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

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

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

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