#AAB3EB

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

Shades of Perano #AAB3EB

Tints of Perano #AAB3EB

Color information

#AAB3EB (or 0xAAB3EB) is unknown color: approx Perano. HEX triplet: AA, B3 and EB. RGB value is (170,179,235). Sum of RGB (Red+Green+Blue) = 170+179+235=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3EB is #554C14. Grayscale: #B6B6B6. Windows color (decimal): -5590037 or 15446954. OLE color: 15446954.

HSL color Cylindrical-coordinate representation of color #AAB3EB: hue angle of 231.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB3EB is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170179235-
CMYK0.280.2400.08
HSL231.69º61.9%79.41%-
HSV(B)231.69º27.66%92.16%-
XYZ47.6946.7885.11-
YUV182.69157.52118.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 179 (70.31% from 255) = 30.65%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=29.11%
G=30.65%
B=40.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701792350.280.2400.08231.6961.979.41
HexAAB3EB1C1808e83e4f
Octal252263353343001035076117
Binary101010101011001111101011111001100001000111010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3EB; }

 p { color: rgb(170,179,235); }

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

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

 a { background-color: rgb(170,179,235); }

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

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

 span { border-color: rgb(170,179,235); }

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