Shades of London Hue #BC90BB
Tints of London Hue #BC90BB
RGB
CMYK
RGB Variations
Color information
#BC90BB (or 0xBC90BB) is known color: London Hue. HEX triplet: BC, 90 and BB. RGB value is (188,144,187). Sum of RGB (Red+Green+Blue) = 188+144+187=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BB is #436F44. Grayscale: #A1A1A1. Windows color (decimal): -4419397 or 12292284. OLE color: 12292284.
HSL color Cylindrical-coordinate representation of color #BC90BB: hue angle of 301.36º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC90BB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 187 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.26 |
| HSL | 301.36º | 0.25% | 0.65% | - |
| HSV(B) | 301.36º | 0.23% | 0.74% | - |
| XYZ | 39.68 | 34.23 | 51.53 | - |
| YUV | 162.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 187 | 0 | 0.23 | 0.01 | 0.26 | 301.36 | 0.25 | 0.65 |
| Hex | BC | 90 | BB | 0 | 17 | 1 | 1A | 12D | 19 | 41 |
| Octal | 274 | 220 | 273 | 0 | 27 | 1 | 32 | 455 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10111011 | 0 | 10111 | 1 | 11010 | 100101101 | 11001 | 1000001 |
Color Harmonies of #BC90BB
Complementary color
Monochromatic Colors of #BC90BB
Black with #BC90BB
Text Example
Text Example
White with #BC90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90BB; }
p { color: rgb(188,144,187); }
H1.HeaderClassName
{
color: #BC90BB;
}
.AnyTagClassName
{
color: #BC90BB;
}
</style>
background-color css
<style>
a { background-color: #BC90BB; }
a { background-color: rgb(188,144,187); }
div.DivClassName
{
background-color: #BC90BB;
}
.BgClassName
{
background-color: #BC90BB;
}
</style>
border-color css
<style>
span { border-color: #BC90BB; }
span { border-color: rgb(188,144,187); }
td.TdClassName
{
border-color: #BC90BB;
}
.TagClassName
{
border-color: #BC90BB;
}
</style>