Shades of London Hue #B891BC
Tints of London Hue #B891BC
RGB
CMYK
RGB Variations
Color information
#B891BC (or 0xB891BC) is known color: London Hue. HEX triplet: B8, 91 and BC. RGB value is (184,145,188). Sum of RGB (Red+Green+Blue) = 184+145+188=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B891BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891BC is #476E43. Grayscale: #A1A1A1. Windows color (decimal): -4681284 or 12358072. OLE color: 12358072.
HSL color Cylindrical-coordinate representation of color #B891BC: hue angle of 294.42º degrees, saturation: 0.24, 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 #B891BC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 145 | 188 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.26 |
| HSL | 294.42º | 0.24% | 0.65% | - |
| HSV(B) | 294.42º | 0.23% | 0.74% | - |
| XYZ | 38.97 | 34.07 | 52.1 | - |
| YUV | 161.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 188 | 0.02 | 0.23 | 0 | 0.26 | 294.42 | 0.24 | 0.65 |
| Hex | B8 | 91 | BC | 2 | 17 | 0 | 1A | 126 | 18 | 41 |
| Octal | 270 | 221 | 274 | 2 | 27 | 0 | 32 | 446 | 30 | 101 |
| Binary | 10111000 | 10010001 | 10111100 | 10 | 10111 | 0 | 11010 | 100100110 | 11000 | 1000001 |
Color Harmonies of #B891BC
Complementary color
Monochromatic Colors of #B891BC
Black with #B891BC
Text Example
Text Example
White with #B891BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891BC; }
p { color: rgb(184,145,188); }
H1.HeaderClassName
{
color: #B891BC;
}
.AnyTagClassName
{
color: #B891BC;
}
</style>
background-color css
<style>
a { background-color: #B891BC; }
a { background-color: rgb(184,145,188); }
div.DivClassName
{
background-color: #B891BC;
}
.BgClassName
{
background-color: #B891BC;
}
</style>
border-color css
<style>
span { border-color: #B891BC; }
span { border-color: rgb(184,145,188); }
td.TdClassName
{
border-color: #B891BC;
}
.TagClassName
{
border-color: #B891BC;
}
</style>