#ADAEB4

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

Shades of Mischka #ADAEB4

Tints of Mischka #ADAEB4

Color information

#ADAEB4 (or 0xADAEB4) is unknown color: approx Mischka. HEX triplet: AD, AE and B4. RGB value is (173,174,180). Sum of RGB (Red+Green+Blue) = 173+174+180=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADAEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEB4 is #52514B. Grayscale: #AEAEAE. Windows color (decimal): -5394764 or 11841197. OLE color: 11841197.

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

Color convert

RGB173174180-
CMYK0.040.0300.29
HSL231.43º4.46%69.22%-
HSV(B)231.43º3.89%70.59%-
XYZ40.6142.4549.23-
YUV174.38131.17127.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=32.83%
G=33.02%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731741800.040.0300.29231.434.4669.22
HexADAEB44301De7445
Octal255256264430353474105
Binary10101101101011101011010010011011101111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEB4; }

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

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

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

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

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

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

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

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