Shades of London Hue #B893BA
Tints of London Hue #B893BA
RGB
CMYK
RGB Variations
Color information
#B893BA (or 0xB893BA) is known color: London Hue. HEX triplet: B8, 93 and BA. RGB value is (184,147,186). Sum of RGB (Red+Green+Blue) = 184+147+186=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B893BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BA is #476C45. Grayscale: #A2A2A2. Windows color (decimal): -4680774 or 12227512. OLE color: 12227512.
HSL color Cylindrical-coordinate representation of color #B893BA: hue angle of 296.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B893BA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 147 | 186 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.27 |
| HSL | 296.92º | 0.22% | 0.65% | - |
| HSV(B) | 296.92º | 0.21% | 0.73% | - |
| XYZ | 39.06 | 34.6 | 51.07 | - |
| YUV | 162.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 186 | 0.01 | 0.21 | 0 | 0.27 | 296.92 | 0.22 | 0.65 |
| Hex | B8 | 93 | BA | 1 | 15 | 0 | 1B | 129 | 16 | 41 |
| Octal | 270 | 223 | 272 | 1 | 25 | 0 | 33 | 451 | 26 | 101 |
| Binary | 10111000 | 10010011 | 10111010 | 1 | 10101 | 0 | 11011 | 100101001 | 10110 | 1000001 |
Color Harmonies of #B893BA
Complementary color
Monochromatic Colors of #B893BA
Black with #B893BA
Text Example
Text Example
White with #B893BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893BA; }
p { color: rgb(184,147,186); }
H1.HeaderClassName
{
color: #B893BA;
}
.AnyTagClassName
{
color: #B893BA;
}
</style>
background-color css
<style>
a { background-color: #B893BA; }
a { background-color: rgb(184,147,186); }
div.DivClassName
{
background-color: #B893BA;
}
.BgClassName
{
background-color: #B893BA;
}
</style>
border-color css
<style>
span { border-color: #B893BA; }
span { border-color: rgb(184,147,186); }
td.TdClassName
{
border-color: #B893BA;
}
.TagClassName
{
border-color: #B893BA;
}
</style>