Shades of Mischka #A5ADBC
Tints of Mischka #A5ADBC
RGB
CMYK
RGB Variations
Color information
#A5ADBC (or 0xA5ADBC) is known color: Mischka. HEX triplet: A5, AD and BC. RGB value is (165,173,188). Sum of RGB (Red+Green+Blue) = 165+173+188=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADBC is #5A5243. Grayscale: #ACACAC. Windows color (decimal): -5919300 or 12365221. OLE color: 12365221.
HSL color Cylindrical-coordinate representation of color #A5ADBC: hue angle of 219.13º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5ADBC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 173 | 188 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.26 |
| HSL | 219.13º | 0.15% | 0.69% | - |
| HSV(B) | 219.13º | 0.12% | 0.74% | - |
| XYZ | 39.54 | 41.52 | 53.51 | - |
| YUV | 172.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 188 | 0.12 | 0.08 | 0 | 0.26 | 219.13 | 0.15 | 0.69 |
| Hex | A5 | AD | BC | C | 8 | 0 | 1A | DB | F | 45 |
| Octal | 245 | 255 | 274 | 14 | 10 | 0 | 32 | 333 | 17 | 105 |
| Binary | 10100101 | 10101101 | 10111100 | 1100 | 1000 | 0 | 11010 | 11011011 | 1111 | 1000101 |
Color Harmonies of #A5ADBC
Complementary color
Monochromatic Colors of #A5ADBC
Black with #A5ADBC
Text Example
Text Example
White with #A5ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADBC; }
p { color: rgb(165,173,188); }
H1.HeaderClassName
{
color: #A5ADBC;
}
.AnyTagClassName
{
color: #A5ADBC;
}
</style>
background-color css
<style>
a { background-color: #A5ADBC; }
a { background-color: rgb(165,173,188); }
div.DivClassName
{
background-color: #A5ADBC;
}
.BgClassName
{
background-color: #A5ADBC;
}
</style>
border-color css
<style>
span { border-color: #A5ADBC; }
span { border-color: rgb(165,173,188); }
td.TdClassName
{
border-color: #A5ADBC;
}
.TagClassName
{
border-color: #A5ADBC;
}
</style>