Shades of Mischka #ADAFB9
Tints of Mischka #ADAFB9
RGB
CMYK
RGB Variations
Color information
#ADAFB9 (or 0xADAFB9) is known color: Mischka. HEX triplet: AD, AF and B9. RGB value is (173,175,185). Sum of RGB (Red+Green+Blue) = 173+175+185=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADAFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFB9 is #525046. Grayscale: #AFAFAF. Windows color (decimal): -5394503 or 12169133. OLE color: 12169133.
HSL color Cylindrical-coordinate representation of color #ADAFB9: hue angle of 230º 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 #ADAFB9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 175 | 185 | - |
CMYK | 0.06 | 0.05 | 0 | 0.27 |
HSL | 230º | 0.08% | 0.7% | - |
HSV(B) | 230º | 0.06% | 0.73% | - |
XYZ | 41.32 | 43.05 | 52.03 | - |
YUV | 175.54 | 133.34 | 126.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 185 | 0.06 | 0.05 | 0 | 0.27 | 230 | 0.08 | 0.7 |
Hex | AD | AF | B9 | 6 | 5 | 0 | 1B | E6 | 8 | 46 |
Octal | 255 | 257 | 271 | 6 | 5 | 0 | 33 | 346 | 10 | 106 |
Binary | 10101101 | 10101111 | 10111001 | 110 | 101 | 0 | 11011 | 11100110 | 1000 | 1000110 |
Color Harmonies of #ADAFB9
Complementary color
Monochromatic Colors of #ADAFB9
Black with #ADAFB9
Text Example
Text Example
White with #ADAFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB9; }
p { color: rgb(173,175,185); }
H1.HeaderClassName
{
color: #ADAFB9;
}
.AnyTagClassName
{
color: #ADAFB9;
}
</style>
background-color css
<style>
a { background-color: #ADAFB9; }
a { background-color: rgb(173,175,185); }
div.DivClassName
{
background-color: #ADAFB9;
}
.BgClassName
{
background-color: #ADAFB9;
}
</style>
border-color css
<style>
span { border-color: #ADAFB9; }
span { border-color: rgb(173,175,185); }
td.TdClassName
{
border-color: #ADAFB9;
}
.TagClassName
{
border-color: #ADAFB9;
}
</style>