#AAADEB

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

Shades of Perano #AAADEB

Tints of Perano #AAADEB

Color information

#AAADEB (or 0xAAADEB) is unknown color: approx Perano. HEX triplet: AA, AD and EB. RGB value is (170,173,235). Sum of RGB (Red+Green+Blue) = 170+173+235=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADEB is #555214. Grayscale: #B2B2B2. Windows color (decimal): -5591573 or 15445418. OLE color: 15445418.

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

Color convert

RGB170173235-
CMYK0.280.2600.08
HSL237.23º61.9%79.41%-
HSV(B)237.23º27.66%92.16%-
XYZ46.5244.4384.72-
YUV179.17159.51121.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=29.41%
G=29.93%
B=40.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701732350.280.2600.08237.2361.979.41
HexAAADEB1C1A08ed3e4f
Octal252255353343201035576117
Binary101010101010110111101011111001101001000111011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADEB; }

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

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

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

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

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

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

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

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