Shades of London Hue #B87DAC
Tints of London Hue #B87DAC
RGB
CMYK
RGB Variations
Color information
#B87DAC (or 0xB87DAC) is known color: London Hue. HEX triplet: B8, 7D and AC. RGB value is (184,125,172). Sum of RGB (Red+Green+Blue) = 184+125+172=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DAC is #478253. Grayscale: #939393. Windows color (decimal): -4686420 or 11304376. OLE color: 11304376.
HSL color Cylindrical-coordinate representation of color #B87DAC: hue angle of 312.2º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87DAC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 172 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.28 |
| HSL | 312.2º | 0.29% | 0.61% | - |
| HSV(B) | 312.2º | 0.32% | 0.72% | - |
| XYZ | 34.55 | 27.84 | 42.58 | - |
| YUV | 148 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 172 | 0 | 0.32 | 0.07 | 0.28 | 312.2 | 0.29 | 0.61 |
| Hex | B8 | 7D | AC | 0 | 20 | 7 | 1C | 138 | 1D | 3D |
| Octal | 270 | 175 | 254 | 0 | 40 | 7 | 34 | 470 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10101100 | 0 | 100000 | 111 | 11100 | 100111000 | 11101 | 111101 |
Color Harmonies of #B87DAC
Complementary color
Monochromatic Colors of #B87DAC
Black with #B87DAC
Text Example
Text Example
White with #B87DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DAC; }
p { color: rgb(184,125,172); }
H1.HeaderClassName
{
color: #B87DAC;
}
.AnyTagClassName
{
color: #B87DAC;
}
</style>
background-color css
<style>
a { background-color: #B87DAC; }
a { background-color: rgb(184,125,172); }
div.DivClassName
{
background-color: #B87DAC;
}
.BgClassName
{
background-color: #B87DAC;
}
</style>
border-color css
<style>
span { border-color: #B87DAC; }
span { border-color: rgb(184,125,172); }
td.TdClassName
{
border-color: #B87DAC;
}
.TagClassName
{
border-color: #B87DAC;
}
</style>