Shades of Mischka #AFB2BD
Tints of Mischka #AFB2BD
RGB
CMYK
RGB Variations
Color information
#AFB2BD (or 0xAFB2BD) is known color: Mischka. HEX triplet: AF, B2 and BD. RGB value is (175,178,189). Sum of RGB (Red+Green+Blue) = 175+178+189=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2BD is #504D42. Grayscale: #B2B2B2. Windows color (decimal): -5262659 or 12432047. OLE color: 12432047.
HSL color Cylindrical-coordinate representation of color #AFB2BD: hue angle of 227.14º 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 #AFB2BD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 178 | 189 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.26 |
| HSL | 227.14º | 0.1% | 0.71% | - |
| HSV(B) | 227.14º | 0.07% | 0.74% | - |
| XYZ | 42.78 | 44.63 | 54.5 | - |
| YUV | 178.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 189 | 0.07 | 0.06 | 0 | 0.26 | 227.14 | 0.1 | 0.71 |
| Hex | AF | B2 | BD | 7 | 6 | 0 | 1A | E3 | A | 47 |
| Octal | 257 | 262 | 275 | 7 | 6 | 0 | 32 | 343 | 12 | 107 |
| Binary | 10101111 | 10110010 | 10111101 | 111 | 110 | 0 | 11010 | 11100011 | 1010 | 1000111 |
Color Harmonies of #AFB2BD
Complementary color
Monochromatic Colors of #AFB2BD
Black with #AFB2BD
Text Example
Text Example
White with #AFB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2BD; }
p { color: rgb(175,178,189); }
H1.HeaderClassName
{
color: #AFB2BD;
}
.AnyTagClassName
{
color: #AFB2BD;
}
</style>
background-color css
<style>
a { background-color: #AFB2BD; }
a { background-color: rgb(175,178,189); }
div.DivClassName
{
background-color: #AFB2BD;
}
.BgClassName
{
background-color: #AFB2BD;
}
</style>
border-color css
<style>
span { border-color: #AFB2BD; }
span { border-color: rgb(175,178,189); }
td.TdClassName
{
border-color: #AFB2BD;
}
.TagClassName
{
border-color: #AFB2BD;
}
</style>