Shades of London Hue #B879AC
Tints of London Hue #B879AC
RGB
CMYK
RGB Variations
Color information
#B879AC (or 0xB879AC) is known color: London Hue. HEX triplet: B8, 79 and AC. RGB value is (184,121,172). Sum of RGB (Red+Green+Blue) = 184+121+172=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B879AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879AC is #478653. Grayscale: #919191. Windows color (decimal): -4687444 or 11303352. OLE color: 11303352.
HSL color Cylindrical-coordinate representation of color #B879AC: hue angle of 311.43º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B879AC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 172 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.28 |
| HSL | 311.43º | 0.31% | 0.6% | - |
| HSV(B) | 311.43º | 0.34% | 0.72% | - |
| XYZ | 34.05 | 26.84 | 42.42 | - |
| YUV | 145.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 172 | 0 | 0.34 | 0.07 | 0.28 | 311.43 | 0.31 | 0.6 |
| Hex | B8 | 79 | AC | 0 | 22 | 7 | 1C | 137 | 1F | 3C |
| Octal | 270 | 171 | 254 | 0 | 42 | 7 | 34 | 467 | 37 | 74 |
| Binary | 10111000 | 1111001 | 10101100 | 0 | 100010 | 111 | 11100 | 100110111 | 11111 | 111100 |
Color Harmonies of #B879AC
Complementary color
Monochromatic Colors of #B879AC
Black with #B879AC
Text Example
Text Example
White with #B879AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B879AC; }
p { color: rgb(184,121,172); }
H1.HeaderClassName
{
color: #B879AC;
}
.AnyTagClassName
{
color: #B879AC;
}
</style>
background-color css
<style>
a { background-color: #B879AC; }
a { background-color: rgb(184,121,172); }
div.DivClassName
{
background-color: #B879AC;
}
.BgClassName
{
background-color: #B879AC;
}
</style>
border-color css
<style>
span { border-color: #B879AC; }
span { border-color: rgb(184,121,172); }
td.TdClassName
{
border-color: #B879AC;
}
.TagClassName
{
border-color: #B879AC;
}
</style>