Shades of London Hue #BC88B5
Tints of London Hue #BC88B5
RGB
CMYK
RGB Variations
Color information
#BC88B5 (or 0xBC88B5) is known color: London Hue. HEX triplet: BC, 88 and B5. RGB value is (188,136,181). Sum of RGB (Red+Green+Blue) = 188+136+181=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88B5 is #43774A. Grayscale: #9C9C9C. Windows color (decimal): -4421451 or 11897020. OLE color: 11897020.
HSL color Cylindrical-coordinate representation of color #BC88B5: hue angle of 308.08º 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 #BC88B5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 181 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.26 |
| HSL | 308.08º | 0.28% | 0.64% | - |
| HSV(B) | 308.08º | 0.28% | 0.74% | - |
| XYZ | 37.88 | 31.64 | 47.83 | - |
| YUV | 156.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 181 | 0 | 0.28 | 0.04 | 0.26 | 308.08 | 0.28 | 0.64 |
| Hex | BC | 88 | B5 | 0 | 1C | 4 | 1A | 134 | 1C | 40 |
| Octal | 274 | 210 | 265 | 0 | 34 | 4 | 32 | 464 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10110101 | 0 | 11100 | 100 | 11010 | 100110100 | 11100 | 1000000 |
Color Harmonies of #BC88B5
Complementary color
Monochromatic Colors of #BC88B5
Black with #BC88B5
Text Example
Text Example
White with #BC88B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88B5; }
p { color: rgb(188,136,181); }
H1.HeaderClassName
{
color: #BC88B5;
}
.AnyTagClassName
{
color: #BC88B5;
}
</style>
background-color css
<style>
a { background-color: #BC88B5; }
a { background-color: rgb(188,136,181); }
div.DivClassName
{
background-color: #BC88B5;
}
.BgClassName
{
background-color: #BC88B5;
}
</style>
border-color css
<style>
span { border-color: #BC88B5; }
span { border-color: rgb(188,136,181); }
td.TdClassName
{
border-color: #BC88B5;
}
.TagClassName
{
border-color: #BC88B5;
}
</style>