#AABADF

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

Shades of Perano #AABADF

Tints of Perano #AABADF

Color information

#AABADF (or 0xAABADF) is unknown color: approx Perano. HEX triplet: AA, BA and DF. RGB value is (170,186,223). Sum of RGB (Red+Green+Blue) = 170+186+223=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #AABADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADF is #554520. Grayscale: #B9B9B9. Windows color (decimal): -5588257 or 14662314. OLE color: 14662314.

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

Color convert

RGB170186223-
CMYK0.240.1700.13
HSL221.89º45.3%77.06%-
HSV(B)221.89º23.77%87.45%-
XYZ47.4648.9976.77-
YUV185.43149.2116.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=29.36%
G=32.12%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701862230.240.1700.13221.8945.377.06
HexAABADF18110Dde2d4d
Octal252272337302101533655115
Binary101010101011101011011111110001000101101110111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABADF; }

 p { color: rgb(170,186,223); }

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

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

 a { background-color: rgb(170,186,223); }

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

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

 span { border-color: rgb(170,186,223); }

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