Shades of Mischka #A8AFBC
Tints of Mischka #A8AFBC
RGB
CMYK
RGB Variations
Color information
#A8AFBC (or 0xA8AFBC) is known color: Mischka. HEX triplet: A8, AF and BC. RGB value is (168,175,188). Sum of RGB (Red+Green+Blue) = 168+175+188=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFBC is #575043. Grayscale: #AEAEAE. Windows color (decimal): -5722180 or 12365736. OLE color: 12365736.
HSL color Cylindrical-coordinate representation of color #A8AFBC: hue angle of 219º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AFBC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 175 | 188 | - |
CMYK | 0.11 | 0.07 | 0 | 0.26 |
HSL | 219º | 0.13% | 0.7% | - |
HSV(B) | 219º | 0.11% | 0.74% | - |
XYZ | 40.56 | 42.62 | 53.67 | - |
YUV | 174.39 | 135.68 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 188 | 0.11 | 0.07 | 0 | 0.26 | 219 | 0.13 | 0.7 |
Hex | A8 | AF | BC | B | 7 | 0 | 1A | DB | D | 46 |
Octal | 250 | 257 | 274 | 13 | 7 | 0 | 32 | 333 | 15 | 106 |
Binary | 10101000 | 10101111 | 10111100 | 1011 | 111 | 0 | 11010 | 11011011 | 1101 | 1000110 |
Color Harmonies of #A8AFBC
Complementary color
Monochromatic Colors of #A8AFBC
Black with #A8AFBC
Text Example
Text Example
White with #A8AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFBC; }
p { color: rgb(168,175,188); }
H1.HeaderClassName
{
color: #A8AFBC;
}
.AnyTagClassName
{
color: #A8AFBC;
}
</style>
background-color css
<style>
a { background-color: #A8AFBC; }
a { background-color: rgb(168,175,188); }
div.DivClassName
{
background-color: #A8AFBC;
}
.BgClassName
{
background-color: #A8AFBC;
}
</style>
border-color css
<style>
span { border-color: #A8AFBC; }
span { border-color: rgb(168,175,188); }
td.TdClassName
{
border-color: #A8AFBC;
}
.TagClassName
{
border-color: #A8AFBC;
}
</style>