Shades of London Hue #B888B5
Tints of London Hue #B888B5
RGB
CMYK
RGB Variations
Color information
#B888B5 (or 0xB888B5) is known color: London Hue. HEX triplet: B8, 88 and B5. RGB value is (184,136,181). Sum of RGB (Red+Green+Blue) = 184+136+181=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B888B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888B5 is #47774A. Grayscale: #9B9B9B. Windows color (decimal): -4683595 or 11897016. OLE color: 11897016.
HSL color Cylindrical-coordinate representation of color #B888B5: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888B5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 181 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.28 |
| HSL | 303.75º | 0.25% | 0.63% | - |
| HSV(B) | 303.75º | 0.26% | 0.72% | - |
| XYZ | 36.91 | 31.13 | 47.78 | - |
| YUV | 155.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 181 | 0 | 0.26 | 0.02 | 0.28 | 303.75 | 0.25 | 0.63 |
| Hex | B8 | 88 | B5 | 0 | 1A | 2 | 1C | 130 | 19 | 3F |
| Octal | 270 | 210 | 265 | 0 | 32 | 2 | 34 | 460 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10110101 | 0 | 11010 | 10 | 11100 | 100110000 | 11001 | 111111 |
Color Harmonies of #B888B5
Complementary color
Monochromatic Colors of #B888B5
Black with #B888B5
Text Example
Text Example
White with #B888B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888B5; }
p { color: rgb(184,136,181); }
H1.HeaderClassName
{
color: #B888B5;
}
.AnyTagClassName
{
color: #B888B5;
}
</style>
background-color css
<style>
a { background-color: #B888B5; }
a { background-color: rgb(184,136,181); }
div.DivClassName
{
background-color: #B888B5;
}
.BgClassName
{
background-color: #B888B5;
}
</style>
border-color css
<style>
span { border-color: #B888B5; }
span { border-color: rgb(184,136,181); }
td.TdClassName
{
border-color: #B888B5;
}
.TagClassName
{
border-color: #B888B5;
}
</style>