Shades of London Hue #BC88AF
Tints of London Hue #BC88AF
RGB
CMYK
RGB Variations
Color information
#BC88AF (or 0xBC88AF) is known color: London Hue. HEX triplet: BC, 88 and AF. RGB value is (188,136,175). Sum of RGB (Red+Green+Blue) = 188+136+175=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AF is #437750. Grayscale: #9B9B9B. Windows color (decimal): -4421457 or 11503804. OLE color: 11503804.
HSL color Cylindrical-coordinate representation of color #BC88AF: hue angle of 315º 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 #BC88AF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 175 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.26 |
| HSL | 315º | 0.28% | 0.64% | - |
| HSV(B) | 315º | 0.28% | 0.74% | - |
| XYZ | 37.28 | 31.39 | 44.65 | - |
| YUV | 155.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 175 | 0 | 0.28 | 0.07 | 0.26 | 315 | 0.28 | 0.64 |
| Hex | BC | 88 | AF | 0 | 1C | 7 | 1A | 13B | 1C | 40 |
| Octal | 274 | 210 | 257 | 0 | 34 | 7 | 32 | 473 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10101111 | 0 | 11100 | 111 | 11010 | 100111011 | 11100 | 1000000 |
Color Harmonies of #BC88AF
Complementary color
Monochromatic Colors of #BC88AF
Black with #BC88AF
Text Example
Text Example
White with #BC88AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88AF; }
p { color: rgb(188,136,175); }
H1.HeaderClassName
{
color: #BC88AF;
}
.AnyTagClassName
{
color: #BC88AF;
}
</style>
background-color css
<style>
a { background-color: #BC88AF; }
a { background-color: rgb(188,136,175); }
div.DivClassName
{
background-color: #BC88AF;
}
.BgClassName
{
background-color: #BC88AF;
}
</style>
border-color css
<style>
span { border-color: #BC88AF; }
span { border-color: rgb(188,136,175); }
td.TdClassName
{
border-color: #BC88AF;
}
.TagClassName
{
border-color: #BC88AF;
}
</style>