#AAB4E7

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

Shades of Perano #AAB4E7

Tints of Perano #AAB4E7

Color information

#AAB4E7 (or 0xAAB4E7) is unknown color: approx Perano. HEX triplet: AA, B4 and E7. RGB value is (170,180,231). Sum of RGB (Red+Green+Blue) = 170+180+231=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAB4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4E7 is #554B18. Grayscale: #B6B6B6. Windows color (decimal): -5589785 or 15185066. OLE color: 15185066.

HSL color Cylindrical-coordinate representation of color #AAB4E7: hue angle of 230.16º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB4E7 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170180231-
CMYK0.260.2200.09
HSL230.16º55.96%78.63%-
HSV(B)230.16º26.41%90.59%-
XYZ47.3246.9682.17-
YUV182.82155.19118.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=29.26%
G=30.98%
B=39.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701802310.260.2200.09230.1655.9678.63
HexAAB4E71A1609e6384f
Octal252264347322601134670117
Binary101010101011010011100111110101011001001111001101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4E7; }

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

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

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

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

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

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

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

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