Shades of London Hue #BC93B5
Tints of London Hue #BC93B5
RGB
CMYK
RGB Variations
Color information
#BC93B5 (or 0xBC93B5) is known color: London Hue. HEX triplet: BC, 93 and B5. RGB value is (188,147,181). Sum of RGB (Red+Green+Blue) = 188+147+181=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93B5 is #436C4A. Grayscale: #A3A3A3. Windows color (decimal): -4418635 or 11899836. OLE color: 11899836.
HSL color Cylindrical-coordinate representation of color #BC93B5: hue angle of 310.24º 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 #BC93B5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 181 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.26 |
| HSL | 310.24º | 0.23% | 0.66% | - |
| HSV(B) | 310.24º | 0.22% | 0.74% | - |
| XYZ | 39.51 | 34.9 | 48.37 | - |
| YUV | 163.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 181 | 0 | 0.22 | 0.04 | 0.26 | 310.24 | 0.23 | 0.66 |
| Hex | BC | 93 | B5 | 0 | 16 | 4 | 1A | 136 | 17 | 42 |
| Octal | 274 | 223 | 265 | 0 | 26 | 4 | 32 | 466 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10110101 | 0 | 10110 | 100 | 11010 | 100110110 | 10111 | 1000010 |
Color Harmonies of #BC93B5
Complementary color
Monochromatic Colors of #BC93B5
Black with #BC93B5
Text Example
Text Example
White with #BC93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93B5; }
p { color: rgb(188,147,181); }
H1.HeaderClassName
{
color: #BC93B5;
}
.AnyTagClassName
{
color: #BC93B5;
}
</style>
background-color css
<style>
a { background-color: #BC93B5; }
a { background-color: rgb(188,147,181); }
div.DivClassName
{
background-color: #BC93B5;
}
.BgClassName
{
background-color: #BC93B5;
}
</style>
border-color css
<style>
span { border-color: #BC93B5; }
span { border-color: rgb(188,147,181); }
td.TdClassName
{
border-color: #BC93B5;
}
.TagClassName
{
border-color: #BC93B5;
}
</style>