#ADAEB2

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

Shades of Mischka #ADAEB2

Tints of Mischka #ADAEB2

Color information

#ADAEB2 (or 0xADAEB2) is unknown color: approx Mischka. HEX triplet: AD, AE and B2. RGB value is (173,174,178). Sum of RGB (Red+Green+Blue) = 173+174+178=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEB2 is #52514D. Grayscale: #AEAEAE. Windows color (decimal): -5394766 or 11710125. OLE color: 11710125.

HSL color Cylindrical-coordinate representation of color #ADAEB2: hue angle of 228º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADAEB2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173174178-
CMYK0.030.0200.30
HSL228º3.14%68.82%-
HSV(B)228º2.81%69.8%-
XYZ40.4142.3748.17-
YUV174.16130.17127.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=32.95%
G=33.14%
B=33.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731741780.030.0200.302283.1468.82
HexADAEB23201Ee4345
Octal255256262320363443105
Binary101011011010111010110010111001111011100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEB2; }

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

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

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

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

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

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

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

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