Shades of Mischka #ACADBD
Tints of Mischka #ACADBD
RGB
CMYK
RGB Variations
Color information
#ACADBD (or 0xACADBD) is known color: Mischka. HEX triplet: AC, AD and BD. RGB value is (172,173,189). Sum of RGB (Red+Green+Blue) = 172+173+189=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADBD is #535242. Grayscale: #AEAEAE. Windows color (decimal): -5460547 or 12430764. OLE color: 12430764.
HSL color Cylindrical-coordinate representation of color #ACADBD: hue angle of 236.47º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACADBD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 173 | 189 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.26 |
| HSL | 236.47º | 0.11% | 0.71% | - |
| HSV(B) | 236.47º | 0.09% | 0.74% | - |
| XYZ | 41.14 | 42.33 | 54.15 | - |
| YUV | 174.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 189 | 0.09 | 0.08 | 0 | 0.26 | 236.47 | 0.11 | 0.71 |
| Hex | AC | AD | BD | 9 | 8 | 0 | 1A | EC | B | 47 |
| Octal | 254 | 255 | 275 | 11 | 10 | 0 | 32 | 354 | 13 | 107 |
| Binary | 10101100 | 10101101 | 10111101 | 1001 | 1000 | 0 | 11010 | 11101100 | 1011 | 1000111 |
Color Harmonies of #ACADBD
Complementary color
Monochromatic Colors of #ACADBD
Black with #ACADBD
Text Example
Text Example
White with #ACADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADBD; }
p { color: rgb(172,173,189); }
H1.HeaderClassName
{
color: #ACADBD;
}
.AnyTagClassName
{
color: #ACADBD;
}
</style>
background-color css
<style>
a { background-color: #ACADBD; }
a { background-color: rgb(172,173,189); }
div.DivClassName
{
background-color: #ACADBD;
}
.BgClassName
{
background-color: #ACADBD;
}
</style>
border-color css
<style>
span { border-color: #ACADBD; }
span { border-color: rgb(172,173,189); }
td.TdClassName
{
border-color: #ACADBD;
}
.TagClassName
{
border-color: #ACADBD;
}
</style>