#ADAEB8

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

Shades of Mischka #ADAEB8

Tints of Mischka #ADAEB8

Color information

#ADAEB8 (or 0xADAEB8) is unknown color: approx Mischka. HEX triplet: AD, AE and B8. RGB value is (173,174,184). Sum of RGB (Red+Green+Blue) = 173+174+184=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADAEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEB8 is #525147. Grayscale: #AEAEAE. Windows color (decimal): -5394760 or 12103341. OLE color: 12103341.

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

Color convert

RGB173174184-
CMYK0.060.0500.28
HSL234.55º7.19%70%-
HSV(B)234.55º5.98%72.16%-
XYZ41.0242.6251.41-
YUV174.84133.17126.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=32.58%
G=32.77%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731741840.060.0500.28234.557.1970
HexADAEB86501Ceb746
Octal255256270650343537106
Binary101011011010111010111000110101011100111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEB8; }

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

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

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

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

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

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

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

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