Shades of London Hue #BC93BA
Tints of London Hue #BC93BA
RGB
CMYK
RGB Variations
Color information
#BC93BA (or 0xBC93BA) is known color: London Hue. HEX triplet: BC, 93 and BA. RGB value is (188,147,186). Sum of RGB (Red+Green+Blue) = 188+147+186=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BA is #436C45. Grayscale: #A3A3A3. Windows color (decimal): -4418630 or 12227516. OLE color: 12227516.
HSL color Cylindrical-coordinate representation of color #BC93BA: hue angle of 302.93º 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 #BC93BA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 186 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.26 |
| HSL | 302.93º | 0.23% | 0.66% | - |
| HSV(B) | 302.93º | 0.22% | 0.74% | - |
| XYZ | 40.04 | 35.1 | 51.12 | - |
| YUV | 163.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 186 | 0 | 0.22 | 0.01 | 0.26 | 302.93 | 0.23 | 0.66 |
| Hex | BC | 93 | BA | 0 | 16 | 1 | 1A | 12F | 17 | 42 |
| Octal | 274 | 223 | 272 | 0 | 26 | 1 | 32 | 457 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10111010 | 0 | 10110 | 1 | 11010 | 100101111 | 10111 | 1000010 |
Color Harmonies of #BC93BA
Complementary color
Monochromatic Colors of #BC93BA
Black with #BC93BA
Text Example
Text Example
White with #BC93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93BA; }
p { color: rgb(188,147,186); }
H1.HeaderClassName
{
color: #BC93BA;
}
.AnyTagClassName
{
color: #BC93BA;
}
</style>
background-color css
<style>
a { background-color: #BC93BA; }
a { background-color: rgb(188,147,186); }
div.DivClassName
{
background-color: #BC93BA;
}
.BgClassName
{
background-color: #BC93BA;
}
</style>
border-color css
<style>
span { border-color: #BC93BA; }
span { border-color: rgb(188,147,186); }
td.TdClassName
{
border-color: #BC93BA;
}
.TagClassName
{
border-color: #BC93BA;
}
</style>