#ADAEBA

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

Shades of Mischka #ADAEBA

Tints of Mischka #ADAEBA

Color information

#ADAEBA (or 0xADAEBA) is unknown color: approx Mischka. HEX triplet: AD, AE and BA. RGB value is (173,174,186). Sum of RGB (Red+Green+Blue) = 173+174+186=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEBA is #525145. Grayscale: #AFAFAF. Windows color (decimal): -5394758 or 12234413. OLE color: 12234413.

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

Color convert

RGB173174186-
CMYK0.070.0600.27
HSL235.38º8.61%70.39%-
HSV(B)235.38º6.99%72.94%-
XYZ41.2342.752.52-
YUV175.07134.17126.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=32.46%
G=32.65%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731741860.070.0600.27235.388.6170.39
HexADAEBA7601Beb946
Octal2552562727603335311106
Binary1010110110101110101110101111100110111110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEBA; }

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

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

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

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

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

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

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

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