Shades of Mischka #AFB1BD
Tints of Mischka #AFB1BD
RGB
CMYK
RGB Variations
Color information
#AFB1BD (or 0xAFB1BD) is known color: Mischka. HEX triplet: AF, B1 and BD. RGB value is (175,177,189). Sum of RGB (Red+Green+Blue) = 175+177+189=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1BD is #504E42. Grayscale: #B1B1B1. Windows color (decimal): -5262915 or 12431791. OLE color: 12431791.
HSL color Cylindrical-coordinate representation of color #AFB1BD: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB1BD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 177 | 189 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.26 |
| HSL | 231.43º | 0.1% | 0.71% | - |
| HSV(B) | 231.43º | 0.07% | 0.74% | - |
| XYZ | 42.59 | 44.23 | 54.44 | - |
| YUV | 177.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 189 | 0.07 | 0.06 | 0 | 0.26 | 231.43 | 0.1 | 0.71 |
| Hex | AF | B1 | BD | 7 | 6 | 0 | 1A | E7 | A | 47 |
| Octal | 257 | 261 | 275 | 7 | 6 | 0 | 32 | 347 | 12 | 107 |
| Binary | 10101111 | 10110001 | 10111101 | 111 | 110 | 0 | 11010 | 11100111 | 1010 | 1000111 |
Color Harmonies of #AFB1BD
Complementary color
Monochromatic Colors of #AFB1BD
Black with #AFB1BD
Text Example
Text Example
White with #AFB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1BD; }
p { color: rgb(175,177,189); }
H1.HeaderClassName
{
color: #AFB1BD;
}
.AnyTagClassName
{
color: #AFB1BD;
}
</style>
background-color css
<style>
a { background-color: #AFB1BD; }
a { background-color: rgb(175,177,189); }
div.DivClassName
{
background-color: #AFB1BD;
}
.BgClassName
{
background-color: #AFB1BD;
}
</style>
border-color css
<style>
span { border-color: #AFB1BD; }
span { border-color: rgb(175,177,189); }
td.TdClassName
{
border-color: #AFB1BD;
}
.TagClassName
{
border-color: #AFB1BD;
}
</style>