Shades of London Hue #B882BC
Tints of London Hue #B882BC
RGB
CMYK
RGB Variations
Color information
#B882BC (or 0xB882BC) is known color: London Hue. HEX triplet: B8, 82 and BC. RGB value is (184,130,188). Sum of RGB (Red+Green+Blue) = 184+130+188=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #B882BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882BC is #477D43. Grayscale: #989898. Windows color (decimal): -4685124 or 12354232. OLE color: 12354232.
HSL color Cylindrical-coordinate representation of color #B882BC: hue angle of 295.86º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B882BC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 130 | 188 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.26 |
| HSL | 295.86º | 0.3% | 0.62% | - |
| HSV(B) | 295.86º | 0.31% | 0.74% | - |
| XYZ | 36.83 | 29.79 | 51.39 | - |
| YUV | 152.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 188 | 0.02 | 0.31 | 0 | 0.26 | 295.86 | 0.3 | 0.62 |
| Hex | B8 | 82 | BC | 2 | 1F | 0 | 1A | 128 | 1E | 3E |
| Octal | 270 | 202 | 274 | 2 | 37 | 0 | 32 | 450 | 36 | 76 |
| Binary | 10111000 | 10000010 | 10111100 | 10 | 11111 | 0 | 11010 | 100101000 | 11110 | 111110 |
Color Harmonies of #B882BC
Complementary color
Monochromatic Colors of #B882BC
Black with #B882BC
Text Example
Text Example
White with #B882BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882BC; }
p { color: rgb(184,130,188); }
H1.HeaderClassName
{
color: #B882BC;
}
.AnyTagClassName
{
color: #B882BC;
}
</style>
background-color css
<style>
a { background-color: #B882BC; }
a { background-color: rgb(184,130,188); }
div.DivClassName
{
background-color: #B882BC;
}
.BgClassName
{
background-color: #B882BC;
}
</style>
border-color css
<style>
span { border-color: #B882BC; }
span { border-color: rgb(184,130,188); }
td.TdClassName
{
border-color: #B882BC;
}
.TagClassName
{
border-color: #B882BC;
}
</style>