Shades of London Hue #B894BA
Tints of London Hue #B894BA
RGB
CMYK
RGB Variations
Color information
#B894BA (or 0xB894BA) is known color: London Hue. HEX triplet: B8, 94 and BA. RGB value is (184,148,186). Sum of RGB (Red+Green+Blue) = 184+148+186=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B894BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894BA is #476B45. Grayscale: #A2A2A2. Windows color (decimal): -4680518 or 12227768. OLE color: 12227768.
HSL color Cylindrical-coordinate representation of color #B894BA: hue angle of 296.84º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B894BA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 148 | 186 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.27 |
| HSL | 296.84º | 0.22% | 0.65% | - |
| HSV(B) | 296.84º | 0.2% | 0.73% | - |
| XYZ | 39.22 | 34.92 | 51.13 | - |
| YUV | 163.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 186 | 0.01 | 0.20 | 0 | 0.27 | 296.84 | 0.22 | 0.65 |
| Hex | B8 | 94 | BA | 1 | 14 | 0 | 1B | 129 | 16 | 41 |
| Octal | 270 | 224 | 272 | 1 | 24 | 0 | 33 | 451 | 26 | 101 |
| Binary | 10111000 | 10010100 | 10111010 | 1 | 10100 | 0 | 11011 | 100101001 | 10110 | 1000001 |
Color Harmonies of #B894BA
Complementary color
Monochromatic Colors of #B894BA
Black with #B894BA
Text Example
Text Example
White with #B894BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894BA; }
p { color: rgb(184,148,186); }
H1.HeaderClassName
{
color: #B894BA;
}
.AnyTagClassName
{
color: #B894BA;
}
</style>
background-color css
<style>
a { background-color: #B894BA; }
a { background-color: rgb(184,148,186); }
div.DivClassName
{
background-color: #B894BA;
}
.BgClassName
{
background-color: #B894BA;
}
</style>
border-color css
<style>
span { border-color: #B894BA; }
span { border-color: rgb(184,148,186); }
td.TdClassName
{
border-color: #B894BA;
}
.TagClassName
{
border-color: #B894BA;
}
</style>