Shades of London Hue #B888BC
Tints of London Hue #B888BC
RGB
CMYK
RGB Variations
Color information
#B888BC (or 0xB888BC) is known color: London Hue. HEX triplet: B8, 88 and BC. RGB value is (184,136,188). Sum of RGB (Red+Green+Blue) = 184+136+188=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #B888BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888BC is #477743. Grayscale: #9C9C9C. Windows color (decimal): -4683588 or 12355768. OLE color: 12355768.
HSL color Cylindrical-coordinate representation of color #B888BC: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B888BC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 136 | 188 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.26 |
| HSL | 295.38º | 0.28% | 0.64% | - |
| HSV(B) | 295.38º | 0.28% | 0.74% | - |
| XYZ | 37.65 | 31.43 | 51.66 | - |
| YUV | 156.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 188 | 0.02 | 0.28 | 0 | 0.26 | 295.38 | 0.28 | 0.64 |
| Hex | B8 | 88 | BC | 2 | 1C | 0 | 1A | 127 | 1C | 40 |
| Octal | 270 | 210 | 274 | 2 | 34 | 0 | 32 | 447 | 34 | 100 |
| Binary | 10111000 | 10001000 | 10111100 | 10 | 11100 | 0 | 11010 | 100100111 | 11100 | 1000000 |
Color Harmonies of #B888BC
Complementary color
Monochromatic Colors of #B888BC
Black with #B888BC
Text Example
Text Example
White with #B888BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888BC; }
p { color: rgb(184,136,188); }
H1.HeaderClassName
{
color: #B888BC;
}
.AnyTagClassName
{
color: #B888BC;
}
</style>
background-color css
<style>
a { background-color: #B888BC; }
a { background-color: rgb(184,136,188); }
div.DivClassName
{
background-color: #B888BC;
}
.BgClassName
{
background-color: #B888BC;
}
</style>
border-color css
<style>
span { border-color: #B888BC; }
span { border-color: rgb(184,136,188); }
td.TdClassName
{
border-color: #B888BC;
}
.TagClassName
{
border-color: #B888BC;
}
</style>