#AAB0EB

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

Shades of Perano #AAB0EB

Tints of Perano #AAB0EB

Color information

#AAB0EB (or 0xAAB0EB) is unknown color: approx Perano. HEX triplet: AA, B0 and EB. RGB value is (170,176,235). Sum of RGB (Red+Green+Blue) = 170+176+235=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0EB is #554F14. Grayscale: #B4B4B4. Windows color (decimal): -5590805 or 15446186. OLE color: 15446186.

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

Color convert

RGB170176235-
CMYK0.280.2500.08
HSL234.46º61.9%79.41%-
HSV(B)234.46º27.66%92.16%-
XYZ47.145.5984.92-
YUV180.93158.51120.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=29.26%
G=30.29%
B=40.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701762350.280.2500.08234.4661.979.41
HexAAB0EB1C1908ea3e4f
Octal252260353343101035276117
Binary101010101011000011101011111001100101000111010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0EB; }

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

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

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

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

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

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

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

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