Shades of London Hue #B886B4
Tints of London Hue #B886B4
RGB
CMYK
RGB Variations
Color information
#B886B4 (or 0xB886B4) is known color: London Hue. HEX triplet: B8, 86 and B4. RGB value is (184,134,180). Sum of RGB (Red+Green+Blue) = 184+134+180=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B886B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886B4 is #47794B. Grayscale: #9A9A9A. Windows color (decimal): -4684108 or 11830968. OLE color: 11830968.
HSL color Cylindrical-coordinate representation of color #B886B4: hue angle of 304.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B886B4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 180 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.28 |
| HSL | 304.8º | 0.26% | 0.62% | - |
| HSV(B) | 304.8º | 0.27% | 0.72% | - |
| XYZ | 36.53 | 30.54 | 47.15 | - |
| YUV | 154.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 180 | 0 | 0.27 | 0.02 | 0.28 | 304.8 | 0.26 | 0.62 |
| Hex | B8 | 86 | B4 | 0 | 1B | 2 | 1C | 131 | 1A | 3E |
| Octal | 270 | 206 | 264 | 0 | 33 | 2 | 34 | 461 | 32 | 76 |
| Binary | 10111000 | 10000110 | 10110100 | 0 | 11011 | 10 | 11100 | 100110001 | 11010 | 111110 |
Color Harmonies of #B886B4
Complementary color
Monochromatic Colors of #B886B4
Black with #B886B4
Text Example
Text Example
White with #B886B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B886B4; }
p { color: rgb(184,134,180); }
H1.HeaderClassName
{
color: #B886B4;
}
.AnyTagClassName
{
color: #B886B4;
}
</style>
background-color css
<style>
a { background-color: #B886B4; }
a { background-color: rgb(184,134,180); }
div.DivClassName
{
background-color: #B886B4;
}
.BgClassName
{
background-color: #B886B4;
}
</style>
border-color css
<style>
span { border-color: #B886B4; }
span { border-color: rgb(184,134,180); }
td.TdClassName
{
border-color: #B886B4;
}
.TagClassName
{
border-color: #B886B4;
}
</style>