#AAB8DA

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

Shades of Perano #AAB8DA

Tints of Perano #AAB8DA

Color information

#AAB8DA (or 0xAAB8DA) is unknown color: approx Perano. HEX triplet: AA, B8 and DA. RGB value is (170,184,218). Sum of RGB (Red+Green+Blue) = 170+184+218=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8DA is #554725. Grayscale: #B7B7B7. Windows color (decimal): -5588774 or 14334122. OLE color: 14334122.

HSL color Cylindrical-coordinate representation of color #AAB8DA: hue angle of 222.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB8DA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170184218-
CMYK0.220.1600.15
HSL222.5º39.34%76.08%-
HSV(B)222.5º22.02%85.49%-
XYZ46.3747.8973.13-
YUV183.69147.36118.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 184 (72.27% from 255) = 32.17%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=29.72%
G=32.17%
B=38.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701842180.220.1600.15222.539.3476.08
HexAAB8DA16100Fde274c
Octal252270332262001733647114
Binary101010101011100011011010101101000001111110111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8DA; }

 p { color: rgb(170,184,218); }

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

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

 a { background-color: rgb(170,184,218); }

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

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

 span { border-color: rgb(170,184,218); }

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