Shades of London Hue #BC88B7
Tints of London Hue #BC88B7
RGB
CMYK
RGB Variations
Color information
#BC88B7 (or 0xBC88B7) is known color: London Hue. HEX triplet: BC, 88 and B7. RGB value is (188,136,183). Sum of RGB (Red+Green+Blue) = 188+136+183=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88B7 is #437748. Grayscale: #9C9C9C. Windows color (decimal): -4421449 or 12028092. OLE color: 12028092.
HSL color Cylindrical-coordinate representation of color #BC88B7: hue angle of 305.77º 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 #BC88B7 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 183 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.26 |
| HSL | 305.77º | 0.28% | 0.64% | - |
| HSV(B) | 305.77º | 0.28% | 0.74% | - |
| XYZ | 38.09 | 31.72 | 48.91 | - |
| YUV | 156.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 183 | 0 | 0.28 | 0.03 | 0.26 | 305.77 | 0.28 | 0.64 |
| Hex | BC | 88 | B7 | 0 | 1C | 3 | 1A | 132 | 1C | 40 |
| Octal | 274 | 210 | 267 | 0 | 34 | 3 | 32 | 462 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10110111 | 0 | 11100 | 11 | 11010 | 100110010 | 11100 | 1000000 |
Color Harmonies of #BC88B7
Complementary color
Monochromatic Colors of #BC88B7
Black with #BC88B7
Text Example
Text Example
White with #BC88B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88B7; }
p { color: rgb(188,136,183); }
H1.HeaderClassName
{
color: #BC88B7;
}
.AnyTagClassName
{
color: #BC88B7;
}
</style>
background-color css
<style>
a { background-color: #BC88B7; }
a { background-color: rgb(188,136,183); }
div.DivClassName
{
background-color: #BC88B7;
}
.BgClassName
{
background-color: #BC88B7;
}
</style>
border-color css
<style>
span { border-color: #BC88B7; }
span { border-color: rgb(188,136,183); }
td.TdClassName
{
border-color: #BC88B7;
}
.TagClassName
{
border-color: #BC88B7;
}
</style>