Shades of London Hue #B884AC
Tints of London Hue #B884AC
RGB
CMYK
RGB Variations
Color information
#B884AC (or 0xB884AC) is known color: London Hue. HEX triplet: B8, 84 and AC. RGB value is (184,132,172). Sum of RGB (Red+Green+Blue) = 184+132+172=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AC is #477B53. Grayscale: #989898. Windows color (decimal): -4684628 or 11306168. OLE color: 11306168.
HSL color Cylindrical-coordinate representation of color #B884AC: hue angle of 313.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B884AC is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 172 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.28 |
| HSL | 313.85º | 0.27% | 0.62% | - |
| HSV(B) | 313.85º | 0.28% | 0.72% | - |
| XYZ | 35.46 | 29.67 | 42.89 | - |
| YUV | 152.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 172 | 0 | 0.28 | 0.07 | 0.28 | 313.85 | 0.27 | 0.62 |
| Hex | B8 | 84 | AC | 0 | 1C | 7 | 1C | 13A | 1B | 3E |
| Octal | 270 | 204 | 254 | 0 | 34 | 7 | 34 | 472 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10101100 | 0 | 11100 | 111 | 11100 | 100111010 | 11011 | 111110 |
Color Harmonies of #B884AC
Complementary color
Monochromatic Colors of #B884AC
Black with #B884AC
Text Example
Text Example
White with #B884AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884AC; }
p { color: rgb(184,132,172); }
H1.HeaderClassName
{
color: #B884AC;
}
.AnyTagClassName
{
color: #B884AC;
}
</style>
background-color css
<style>
a { background-color: #B884AC; }
a { background-color: rgb(184,132,172); }
div.DivClassName
{
background-color: #B884AC;
}
.BgClassName
{
background-color: #B884AC;
}
</style>
border-color css
<style>
span { border-color: #B884AC; }
span { border-color: rgb(184,132,172); }
td.TdClassName
{
border-color: #B884AC;
}
.TagClassName
{
border-color: #B884AC;
}
</style>