Shades of London Hue #BC93B7
Tints of London Hue #BC93B7
RGB
CMYK
RGB Variations
Color information
#BC93B7 (or 0xBC93B7) is known color: London Hue. HEX triplet: BC, 93 and B7. RGB value is (188,147,183). Sum of RGB (Red+Green+Blue) = 188+147+183=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93B7 is #436C48. Grayscale: #A3A3A3. Windows color (decimal): -4418633 or 12030908. OLE color: 12030908.
HSL color Cylindrical-coordinate representation of color #BC93B7: hue angle of 307.32º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC93B7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 183 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.26 |
| HSL | 307.32º | 0.23% | 0.66% | - |
| HSV(B) | 307.32º | 0.22% | 0.74% | - |
| XYZ | 39.72 | 34.98 | 49.46 | - |
| YUV | 163.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 183 | 0 | 0.22 | 0.03 | 0.26 | 307.32 | 0.23 | 0.66 |
| Hex | BC | 93 | B7 | 0 | 16 | 3 | 1A | 133 | 17 | 42 |
| Octal | 274 | 223 | 267 | 0 | 26 | 3 | 32 | 463 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10110111 | 0 | 10110 | 11 | 11010 | 100110011 | 10111 | 1000010 |
Color Harmonies of #BC93B7
Complementary color
Monochromatic Colors of #BC93B7
Black with #BC93B7
Text Example
Text Example
White with #BC93B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93B7; }
p { color: rgb(188,147,183); }
H1.HeaderClassName
{
color: #BC93B7;
}
.AnyTagClassName
{
color: #BC93B7;
}
</style>
background-color css
<style>
a { background-color: #BC93B7; }
a { background-color: rgb(188,147,183); }
div.DivClassName
{
background-color: #BC93B7;
}
.BgClassName
{
background-color: #BC93B7;
}
</style>
border-color css
<style>
span { border-color: #BC93B7; }
span { border-color: rgb(188,147,183); }
td.TdClassName
{
border-color: #BC93B7;
}
.TagClassName
{
border-color: #BC93B7;
}
</style>