Shades of London Hue #B887B4
Tints of London Hue #B887B4
RGB
CMYK
RGB Variations
Color information
#B887B4 (or 0xB887B4) is known color: London Hue. HEX triplet: B8, 87 and B4. RGB value is (184,135,180). Sum of RGB (Red+Green+Blue) = 184+135+180=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B887B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887B4 is #47784B. Grayscale: #9A9A9A. Windows color (decimal): -4683852 or 11831224. OLE color: 11831224.
HSL color Cylindrical-coordinate representation of color #B887B4: hue angle of 304.9º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B887B4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 180 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.28 |
| HSL | 304.9º | 0.26% | 0.63% | - |
| HSV(B) | 304.9º | 0.27% | 0.72% | - |
| XYZ | 36.67 | 30.81 | 47.19 | - |
| YUV | 154.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 180 | 0 | 0.27 | 0.02 | 0.28 | 304.9 | 0.26 | 0.63 |
| Hex | B8 | 87 | B4 | 0 | 1B | 2 | 1C | 131 | 1A | 3F |
| Octal | 270 | 207 | 264 | 0 | 33 | 2 | 34 | 461 | 32 | 77 |
| Binary | 10111000 | 10000111 | 10110100 | 0 | 11011 | 10 | 11100 | 100110001 | 11010 | 111111 |
Color Harmonies of #B887B4
Complementary color
Monochromatic Colors of #B887B4
Black with #B887B4
Text Example
Text Example
White with #B887B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887B4; }
p { color: rgb(184,135,180); }
H1.HeaderClassName
{
color: #B887B4;
}
.AnyTagClassName
{
color: #B887B4;
}
</style>
background-color css
<style>
a { background-color: #B887B4; }
a { background-color: rgb(184,135,180); }
div.DivClassName
{
background-color: #B887B4;
}
.BgClassName
{
background-color: #B887B4;
}
</style>
border-color css
<style>
span { border-color: #B887B4; }
span { border-color: rgb(184,135,180); }
td.TdClassName
{
border-color: #B887B4;
}
.TagClassName
{
border-color: #B887B4;
}
</style>