Shades of London Hue #B88FAC
Tints of London Hue #B88FAC
RGB
CMYK
RGB Variations
Color information
#B88FAC (or 0xB88FAC) is known color: London Hue. HEX triplet: B8, 8F and AC. RGB value is (184,143,172). Sum of RGB (Red+Green+Blue) = 184+143+172=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88FAC is #477053. Grayscale: #9E9E9E. Windows color (decimal): -4681812 or 11308984. OLE color: 11308984.
HSL color Cylindrical-coordinate representation of color #B88FAC: hue angle of 317.56º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88FAC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 172 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.28 |
| HSL | 317.56º | 0.22% | 0.64% | - |
| HSV(B) | 317.56º | 0.22% | 0.72% | - |
| XYZ | 37.04 | 32.81 | 43.41 | - |
| YUV | 158.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 172 | 0 | 0.22 | 0.07 | 0.28 | 317.56 | 0.22 | 0.64 |
| Hex | B8 | 8F | AC | 0 | 16 | 7 | 1C | 13E | 16 | 40 |
| Octal | 270 | 217 | 254 | 0 | 26 | 7 | 34 | 476 | 26 | 100 |
| Binary | 10111000 | 10001111 | 10101100 | 0 | 10110 | 111 | 11100 | 100111110 | 10110 | 1000000 |
Color Harmonies of #B88FAC
Complementary color
Monochromatic Colors of #B88FAC
Black with #B88FAC
Text Example
Text Example
White with #B88FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FAC; }
p { color: rgb(184,143,172); }
H1.HeaderClassName
{
color: #B88FAC;
}
.AnyTagClassName
{
color: #B88FAC;
}
</style>
background-color css
<style>
a { background-color: #B88FAC; }
a { background-color: rgb(184,143,172); }
div.DivClassName
{
background-color: #B88FAC;
}
.BgClassName
{
background-color: #B88FAC;
}
</style>
border-color css
<style>
span { border-color: #B88FAC; }
span { border-color: rgb(184,143,172); }
td.TdClassName
{
border-color: #B88FAC;
}
.TagClassName
{
border-color: #B88FAC;
}
</style>