Shades of Mischka #AFB5BE
Tints of Mischka #AFB5BE
RGB
CMYK
RGB Variations
Color information
#AFB5BE (or 0xAFB5BE) is known color: Mischka. HEX triplet: AF, B5 and BE. RGB value is (175,181,190). Sum of RGB (Red+Green+Blue) = 175+181+190=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BE is #504A41. Grayscale: #B4B4B4. Windows color (decimal): -5261890 or 12498351. OLE color: 12498351.
HSL color Cylindrical-coordinate representation of color #AFB5BE: hue angle of 216º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB5BE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 175 | 181 | 190 | - |
CMYK | 0.08 | 0.05 | 0 | 0.25 |
HSL | 216º | 0.1% | 0.72% | - |
HSV(B) | 216º | 0.08% | 0.75% | - |
XYZ | 43.5 | 45.88 | 55.28 | - |
YUV | 180.23 | 133.51 | 124.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 190 | 0.08 | 0.05 | 0 | 0.25 | 216 | 0.1 | 0.72 |
Hex | AF | B5 | BE | 8 | 5 | 0 | 19 | D8 | A | 48 |
Octal | 257 | 265 | 276 | 10 | 5 | 0 | 31 | 330 | 12 | 110 |
Binary | 10101111 | 10110101 | 10111110 | 1000 | 101 | 0 | 11001 | 11011000 | 1010 | 1001000 |
Color Harmonies of #AFB5BE
Complementary color
Monochromatic Colors of #AFB5BE
Black with #AFB5BE
Text Example
Text Example
White with #AFB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5BE; }
p { color: rgb(175,181,190); }
H1.HeaderClassName
{
color: #AFB5BE;
}
.AnyTagClassName
{
color: #AFB5BE;
}
</style>
background-color css
<style>
a { background-color: #AFB5BE; }
a { background-color: rgb(175,181,190); }
div.DivClassName
{
background-color: #AFB5BE;
}
.BgClassName
{
background-color: #AFB5BE;
}
</style>
border-color css
<style>
span { border-color: #AFB5BE; }
span { border-color: rgb(175,181,190); }
td.TdClassName
{
border-color: #AFB5BE;
}
.TagClassName
{
border-color: #AFB5BE;
}
</style>