#AAABEB

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

Shades of Perano #AAABEB

Tints of Perano #AAABEB

Color information

#AAABEB (or 0xAAABEB) is unknown color: approx Perano. HEX triplet: AA, AB and EB. RGB value is (170,171,235). Sum of RGB (Red+Green+Blue) = 170+171+235=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABEB is #555414. Grayscale: #B1B1B1. Windows color (decimal): -5592085 or 15444906. OLE color: 15444906.

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

Color convert

RGB170171235-
CMYK0.280.2700.08
HSL239.08º61.9%79.41%-
HSV(B)239.08º27.66%92.16%-
XYZ46.1443.6784.59-
YUV178160.17122.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=29.51%
G=29.69%
B=40.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701712350.280.2700.08239.0861.979.41
HexAAABEB1C1B08ef3e4f
Octal252253353343301035776117
Binary101010101010101111101011111001101101000111011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABEB; }

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

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

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

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

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

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

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

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