Shades of London Hue #BC90B7
Tints of London Hue #BC90B7
RGB
CMYK
RGB Variations
Color information
#BC90B7 (or 0xBC90B7) is known color: London Hue. HEX triplet: BC, 90 and B7. RGB value is (188,144,183). Sum of RGB (Red+Green+Blue) = 188+144+183=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90B7 is #436F48. Grayscale: #A1A1A1. Windows color (decimal): -4419401 or 12030140. OLE color: 12030140.
HSL color Cylindrical-coordinate representation of color #BC90B7: hue angle of 306.82º 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 #BC90B7 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 183 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.26 |
| HSL | 306.82º | 0.25% | 0.65% | - |
| HSV(B) | 306.82º | 0.23% | 0.74% | - |
| XYZ | 39.26 | 34.06 | 49.3 | - |
| YUV | 161.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 183 | 0 | 0.23 | 0.03 | 0.26 | 306.82 | 0.25 | 0.65 |
| Hex | BC | 90 | B7 | 0 | 17 | 3 | 1A | 133 | 19 | 41 |
| Octal | 274 | 220 | 267 | 0 | 27 | 3 | 32 | 463 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10110111 | 0 | 10111 | 11 | 11010 | 100110011 | 11001 | 1000001 |
Color Harmonies of #BC90B7
Complementary color
Monochromatic Colors of #BC90B7
Black with #BC90B7
Text Example
Text Example
White with #BC90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90B7; }
p { color: rgb(188,144,183); }
H1.HeaderClassName
{
color: #BC90B7;
}
.AnyTagClassName
{
color: #BC90B7;
}
</style>
background-color css
<style>
a { background-color: #BC90B7; }
a { background-color: rgb(188,144,183); }
div.DivClassName
{
background-color: #BC90B7;
}
.BgClassName
{
background-color: #BC90B7;
}
</style>
border-color css
<style>
span { border-color: #BC90B7; }
span { border-color: rgb(188,144,183); }
td.TdClassName
{
border-color: #BC90B7;
}
.TagClassName
{
border-color: #BC90B7;
}
</style>