#ADAEB9

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

Shades of Mischka #ADAEB9

Tints of Mischka #ADAEB9

Color information

#ADAEB9 (or 0xADAEB9) is unknown color: approx Mischka. HEX triplet: AD, AE and B9. RGB value is (173,174,185). Sum of RGB (Red+Green+Blue) = 173+174+185=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEB9 is #525146. Grayscale: #AEAEAE. Windows color (decimal): -5394759 or 12168877. OLE color: 12168877.

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

Color convert

RGB173174185-
CMYK0.060.0600.27
HSL235º7.89%70.2%-
HSV(B)235º6.49%72.55%-
XYZ41.1342.6651.97-
YUV174.96133.67126.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=32.52%
G=32.71%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731741850.060.0600.272357.8970.2
HexADAEB96601Beb846
Octal2552562716603335310106
Binary1010110110101110101110011101100110111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEB9; }

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

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

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

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

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

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

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

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