Shades of Mischka #AFB2BB
Tints of Mischka #AFB2BB
RGB
CMYK
RGB Variations
Color information
#AFB2BB (or 0xAFB2BB) is known color: Mischka. HEX triplet: AF, B2 and BB. RGB value is (175,178,187). Sum of RGB (Red+Green+Blue) = 175+178+187=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2BB is #504D44. Grayscale: #B2B2B2. Windows color (decimal): -5262661 or 12300975. OLE color: 12300975.
HSL color Cylindrical-coordinate representation of color #AFB2BB: hue angle of 225º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB2BB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 178 | 187 | - |
CMYK | 0.06 | 0.05 | 0 | 0.27 |
HSL | 225º | 0.08% | 0.71% | - |
HSV(B) | 225º | 0.06% | 0.73% | - |
XYZ | 42.57 | 44.54 | 53.37 | - |
YUV | 178.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 178 | 187 | 0.06 | 0.05 | 0 | 0.27 | 225 | 0.08 | 0.71 |
Hex | AF | B2 | BB | 6 | 5 | 0 | 1B | E1 | 8 | 47 |
Octal | 257 | 262 | 273 | 6 | 5 | 0 | 33 | 341 | 10 | 107 |
Binary | 10101111 | 10110010 | 10111011 | 110 | 101 | 0 | 11011 | 11100001 | 1000 | 1000111 |
Color Harmonies of #AFB2BB
Complementary color
Monochromatic Colors of #AFB2BB
Black with #AFB2BB
Text Example
Text Example
White with #AFB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2BB; }
p { color: rgb(175,178,187); }
H1.HeaderClassName
{
color: #AFB2BB;
}
.AnyTagClassName
{
color: #AFB2BB;
}
</style>
background-color css
<style>
a { background-color: #AFB2BB; }
a { background-color: rgb(175,178,187); }
div.DivClassName
{
background-color: #AFB2BB;
}
.BgClassName
{
background-color: #AFB2BB;
}
</style>
border-color css
<style>
span { border-color: #AFB2BB; }
span { border-color: rgb(175,178,187); }
td.TdClassName
{
border-color: #AFB2BB;
}
.TagClassName
{
border-color: #AFB2BB;
}
</style>