#AAB2EF

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

Shades of Perano #AAB2EF

Tints of Perano #AAB2EF

Color information

#AAB2EF (or 0xAAB2EF) is unknown color: approx Perano. HEX triplet: AA, B2 and EF. RGB value is (170,178,239). Sum of RGB (Red+Green+Blue) = 170+178+239=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2EF is #554D10. Grayscale: #B6B6B6. Windows color (decimal): -5590289 or 15708842. OLE color: 15708842.

HSL color Cylindrical-coordinate representation of color #AAB2EF: hue angle of 233.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB2EF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170178239-
CMYK0.290.2600.06
HSL233.04º68.32%80.2%-
HSV(B)233.04º28.87%93.73%-
XYZ48.0846.6288.13-
YUV182.56159.85119.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=28.96%
G=30.32%
B=40.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701782390.290.2600.06233.0468.3280.2
HexAAB2EF1D1A06e94450
Octal252262357353206351104120
Binary101010101011001011101111111011101001101110100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2EF; }

 p { color: rgb(170,178,239); }

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

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

 a { background-color: rgb(170,178,239); }

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

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

 span { border-color: rgb(170,178,239); }

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