Shades of London Hue #B78BAC
Tints of London Hue #B78BAC
RGB
CMYK
RGB Variations
Color information
#B78BAC (or 0xB78BAC) is known color: London Hue. HEX triplet: B7, 8B and AC. RGB value is (183,139,172). Sum of RGB (Red+Green+Blue) = 183+139+172=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BAC is #487453. Grayscale: #9B9B9B. Windows color (decimal): -4748372 or 11307959. OLE color: 11307959.
HSL color Cylindrical-coordinate representation of color #B78BAC: hue angle of 315º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78BAC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 172 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.28 |
| HSL | 315º | 0.23% | 0.63% | - |
| HSV(B) | 315º | 0.24% | 0.72% | - |
| XYZ | 36.21 | 31.51 | 43.2 | - |
| YUV | 155.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 172 | 0 | 0.24 | 0.06 | 0.28 | 315 | 0.23 | 0.63 |
| Hex | B7 | 8B | AC | 0 | 18 | 6 | 1C | 13B | 17 | 3F |
| Octal | 267 | 213 | 254 | 0 | 30 | 6 | 34 | 473 | 27 | 77 |
| Binary | 10110111 | 10001011 | 10101100 | 0 | 11000 | 110 | 11100 | 100111011 | 10111 | 111111 |
Color Harmonies of #B78BAC
Complementary color
Monochromatic Colors of #B78BAC
Black with #B78BAC
Text Example
Text Example
White with #B78BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BAC; }
p { color: rgb(183,139,172); }
H1.HeaderClassName
{
color: #B78BAC;
}
.AnyTagClassName
{
color: #B78BAC;
}
</style>
background-color css
<style>
a { background-color: #B78BAC; }
a { background-color: rgb(183,139,172); }
div.DivClassName
{
background-color: #B78BAC;
}
.BgClassName
{
background-color: #B78BAC;
}
</style>
border-color css
<style>
span { border-color: #B78BAC; }
span { border-color: rgb(183,139,172); }
td.TdClassName
{
border-color: #B78BAC;
}
.TagClassName
{
border-color: #B78BAC;
}
</style>