#AAADBA

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

Shades of Mischka #AAADBA

Tints of Mischka #AAADBA

Color information

#AAADBA (or 0xAAADBA) is unknown color: approx Mischka. HEX triplet: AA, AD and BA. RGB value is (170,173,186). Sum of RGB (Red+Green+Blue) = 170+173+186=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADBA is #555245. Grayscale: #ADADAD. Windows color (decimal): -5591622 or 12234154. OLE color: 12234154.

HSL color Cylindrical-coordinate representation of color #AAADBA: hue angle of 228.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAADBA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170173186-
CMYK0.090.0700.27
HSL228.75º10.39%69.8%-
HSV(B)228.75º8.6%72.94%-
XYZ40.3841.9852.43-
YUV173.58135.01125.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=32.14%
G=32.70%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701731860.090.0700.27228.7510.3969.8
HexAAADBA9701Be5a46
Octal25225527211703334512106
Binary10101010101011011011101010011110110111110010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADBA; }

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

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

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

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

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

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

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

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