#AAB7DE

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

Shades of Perano #AAB7DE

Tints of Perano #AAB7DE

Color information

#AAB7DE (or 0xAAB7DE) is unknown color: approx Perano. HEX triplet: AA, B7 and DE. RGB value is (170,183,222). Sum of RGB (Red+Green+Blue) = 170+183+222=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7DE is #554821. Grayscale: #B7B7B7. Windows color (decimal): -5589026 or 14596010. OLE color: 14596010.

HSL color Cylindrical-coordinate representation of color #AAB7DE: hue angle of 225º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB7DE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170183222-
CMYK0.230.1800.13
HSL225º44.07%76.86%-
HSV(B)225º23.42%87.06%-
XYZ46.747.6975.85-
YUV183.56149.69118.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=29.57%
G=31.83%
B=38.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701832220.230.1800.1322544.0776.86
HexAAB7DE17120De12c4d
Octal252267336272201534154115
Binary101010101011011111011110101111001001101111000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7DE; }

 p { color: rgb(170,183,222); }

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

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

 a { background-color: rgb(170,183,222); }

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

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

 span { border-color: rgb(170,183,222); }

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