Shades of London Hue #B893BB
Tints of London Hue #B893BB
RGB
CMYK
RGB Variations
Color information
#B893BB (or 0xB893BB) is known color: London Hue. HEX triplet: B8, 93 and BB. RGB value is (184,147,187). Sum of RGB (Red+Green+Blue) = 184+147+187=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #B893BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BB is #476C44. Grayscale: #A2A2A2. Windows color (decimal): -4680773 or 12293048. OLE color: 12293048.
HSL color Cylindrical-coordinate representation of color #B893BB: hue angle of 295.5º degrees, saturation: 0.23, 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 #B893BB is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 147 | 187 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.27 |
| HSL | 295.5º | 0.23% | 0.65% | - |
| HSV(B) | 295.5º | 0.21% | 0.73% | - |
| XYZ | 39.17 | 34.65 | 51.64 | - |
| YUV | 162.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 187 | 0.02 | 0.21 | 0 | 0.27 | 295.5 | 0.23 | 0.65 |
| Hex | B8 | 93 | BB | 2 | 15 | 0 | 1B | 128 | 17 | 41 |
| Octal | 270 | 223 | 273 | 2 | 25 | 0 | 33 | 450 | 27 | 101 |
| Binary | 10111000 | 10010011 | 10111011 | 10 | 10101 | 0 | 11011 | 100101000 | 10111 | 1000001 |
Color Harmonies of #B893BB
Complementary color
Monochromatic Colors of #B893BB
Black with #B893BB
Text Example
Text Example
White with #B893BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893BB; }
p { color: rgb(184,147,187); }
H1.HeaderClassName
{
color: #B893BB;
}
.AnyTagClassName
{
color: #B893BB;
}
</style>
background-color css
<style>
a { background-color: #B893BB; }
a { background-color: rgb(184,147,187); }
div.DivClassName
{
background-color: #B893BB;
}
.BgClassName
{
background-color: #B893BB;
}
</style>
border-color css
<style>
span { border-color: #B893BB; }
span { border-color: rgb(184,147,187); }
td.TdClassName
{
border-color: #B893BB;
}
.TagClassName
{
border-color: #B893BB;
}
</style>