#AAADBE

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

Shades of Mischka #AAADBE

Tints of Mischka #AAADBE

Color information

#AAADBE (or 0xAAADBE) is unknown color: approx Mischka. HEX triplet: AA, AD and BE. RGB value is (170,173,190). Sum of RGB (Red+Green+Blue) = 170+173+190=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADBE is #555241. Grayscale: #ADADAD. Windows color (decimal): -5591618 or 12496298. OLE color: 12496298.

HSL color Cylindrical-coordinate representation of color #AAADBE: hue angle of 231º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAADBE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170173190-
CMYK0.110.0900.25
HSL231º13.33%70.59%-
HSV(B)231º10.53%74.51%-
XYZ40.8242.1554.7-
YUV174.04137.01125.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=31.89%
G=32.46%
B=35.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701731900.110.0900.2523113.3370.59
HexAAADBEB9019e7d47
Octal252255276131103134715107
Binary101010101010110110111110101110010110011110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADBE; }

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

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

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

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

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

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

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

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