#ADAEB5

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

Shades of Mischka #ADAEB5

Tints of Mischka #ADAEB5

Color information

#ADAEB5 (or 0xADAEB5) is unknown color: approx Mischka. HEX triplet: AD, AE and B5. RGB value is (173,174,181). Sum of RGB (Red+Green+Blue) = 173+174+181=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADAEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEB5 is #52514A. Grayscale: #AEAEAE. Windows color (decimal): -5394763 or 11906733. OLE color: 11906733.

HSL color Cylindrical-coordinate representation of color #ADAEB5: hue angle of 232.5º degrees, saturation: 0.05, 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 #ADAEB5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173174181-
CMYK0.040.0400.29
HSL232.5º5.13%69.41%-
HSV(B)232.5º4.42%70.98%-
XYZ40.7142.4949.77-
YUV174.5131.67126.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=32.77%
G=32.95%
B=34.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731741810.040.0400.29232.55.1369.41
HexADAEB54401De8545
Octal255256265440353505105
Binary101011011010111010110101100100011101111010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEB5; }

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

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

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

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

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

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

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

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