Shades of Mischka #ACADB8
Tints of Mischka #ACADB8
RGB
CMYK
RGB Variations
Color information
#ACADB8 (or 0xACADB8) is known color: Mischka. HEX triplet: AC, AD and B8. RGB value is (172,173,184). Sum of RGB (Red+Green+Blue) = 172+173+184=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 184 - color contains mainly: blue. Hex color #ACADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADB8 is #535247. Grayscale: #ADADAD. Windows color (decimal): -5460552 or 12103084. OLE color: 12103084.
HSL color Cylindrical-coordinate representation of color #ACADB8: hue angle of 235º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACADB8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 173 | 184 | - |
CMYK | 0.07 | 0.06 | 0 | 0.28 |
HSL | 235º | 0.08% | 0.7% | - |
HSV(B) | 235º | 0.07% | 0.72% | - |
XYZ | 40.61 | 42.12 | 51.34 | - |
YUV | 173.96 | 133.67 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 184 | 0.07 | 0.06 | 0 | 0.28 | 235 | 0.08 | 0.7 |
Hex | AC | AD | B8 | 7 | 6 | 0 | 1C | EB | 8 | 46 |
Octal | 254 | 255 | 270 | 7 | 6 | 0 | 34 | 353 | 10 | 106 |
Binary | 10101100 | 10101101 | 10111000 | 111 | 110 | 0 | 11100 | 11101011 | 1000 | 1000110 |
Color Harmonies of #ACADB8
Complementary color
Monochromatic Colors of #ACADB8
Black with #ACADB8
Text Example
Text Example
White with #ACADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADB8; }
p { color: rgb(172,173,184); }
H1.HeaderClassName
{
color: #ACADB8;
}
.AnyTagClassName
{
color: #ACADB8;
}
</style>
background-color css
<style>
a { background-color: #ACADB8; }
a { background-color: rgb(172,173,184); }
div.DivClassName
{
background-color: #ACADB8;
}
.BgClassName
{
background-color: #ACADB8;
}
</style>
border-color css
<style>
span { border-color: #ACADB8; }
span { border-color: rgb(172,173,184); }
td.TdClassName
{
border-color: #ACADB8;
}
.TagClassName
{
border-color: #ACADB8;
}
</style>