#AABADC

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

Shades of Perano #AABADC

Tints of Perano #AABADC

Color information

#AABADC (or 0xAABADC) is unknown color: approx Perano. HEX triplet: AA, BA and DC. RGB value is (170,186,220). Sum of RGB (Red+Green+Blue) = 170+186+220=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADC is #554523. Grayscale: #B8B8B8. Windows color (decimal): -5588260 or 14465706. OLE color: 14465706.

HSL color Cylindrical-coordinate representation of color #AABADC: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABADC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170186220-
CMYK0.230.1500.14
HSL220.8º41.67%76.47%-
HSV(B)220.8º22.73%86.27%-
XYZ47.0548.8374.66-
YUV185.09147.7117.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=29.51%
G=32.29%
B=38.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701862200.230.1500.14220.841.6776.47
HexAABADC17F0Edd2a4c
Octal252272334271701633552114
Binary10101010101110101101110010111111101110110111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABADC; }

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

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

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

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

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

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

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

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