Shades of London Hue #B98FAC
Tints of London Hue #B98FAC
RGB
CMYK
RGB Variations
Color information
#B98FAC (or 0xB98FAC) is known color: London Hue. HEX triplet: B9, 8F and AC. RGB value is (185,143,172). Sum of RGB (Red+Green+Blue) = 185+143+172=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FAC is #467053. Grayscale: #9E9E9E. Windows color (decimal): -4616276 or 11308985. OLE color: 11308985.
HSL color Cylindrical-coordinate representation of color #B98FAC: hue angle of 318.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FAC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 172 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.27 |
| HSL | 318.57º | 0.23% | 0.64% | - |
| HSV(B) | 318.57º | 0.23% | 0.73% | - |
| XYZ | 37.28 | 32.94 | 43.42 | - |
| YUV | 158.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 172 | 0 | 0.23 | 0.07 | 0.27 | 318.57 | 0.23 | 0.64 |
| Hex | B9 | 8F | AC | 0 | 17 | 7 | 1B | 13F | 17 | 40 |
| Octal | 271 | 217 | 254 | 0 | 27 | 7 | 33 | 477 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10101100 | 0 | 10111 | 111 | 11011 | 100111111 | 10111 | 1000000 |
Color Harmonies of #B98FAC
Complementary color
Monochromatic Colors of #B98FAC
Black with #B98FAC
Text Example
Text Example
White with #B98FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FAC; }
p { color: rgb(185,143,172); }
H1.HeaderClassName
{
color: #B98FAC;
}
.AnyTagClassName
{
color: #B98FAC;
}
</style>
background-color css
<style>
a { background-color: #B98FAC; }
a { background-color: rgb(185,143,172); }
div.DivClassName
{
background-color: #B98FAC;
}
.BgClassName
{
background-color: #B98FAC;
}
</style>
border-color css
<style>
span { border-color: #B98FAC; }
span { border-color: rgb(185,143,172); }
td.TdClassName
{
border-color: #B98FAC;
}
.TagClassName
{
border-color: #B98FAC;
}
</style>