Shades of London Hue #B793BA
Tints of London Hue #B793BA
RGB
CMYK
RGB Variations
Color information
#B793BA (or 0xB793BA) is known color: London Hue. HEX triplet: B7, 93 and BA. RGB value is (183,147,186). Sum of RGB (Red+Green+Blue) = 183+147+186=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B793BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793BA is #486C45. Grayscale: #A2A2A2. Windows color (decimal): -4746310 or 12227511. OLE color: 12227511.
HSL color Cylindrical-coordinate representation of color #B793BA: hue angle of 295.38º 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 #B793BA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 147 | 186 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.27 |
| HSL | 295.38º | 0.22% | 0.65% | - |
| HSV(B) | 295.38º | 0.21% | 0.73% | - |
| XYZ | 38.83 | 34.48 | 51.06 | - |
| YUV | 162.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 186 | 0.02 | 0.21 | 0 | 0.27 | 295.38 | 0.22 | 0.65 |
| Hex | B7 | 93 | BA | 2 | 15 | 0 | 1B | 127 | 16 | 41 |
| Octal | 267 | 223 | 272 | 2 | 25 | 0 | 33 | 447 | 26 | 101 |
| Binary | 10110111 | 10010011 | 10111010 | 10 | 10101 | 0 | 11011 | 100100111 | 10110 | 1000001 |
Color Harmonies of #B793BA
Complementary color
Monochromatic Colors of #B793BA
Black with #B793BA
Text Example
Text Example
White with #B793BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793BA; }
p { color: rgb(183,147,186); }
H1.HeaderClassName
{
color: #B793BA;
}
.AnyTagClassName
{
color: #B793BA;
}
</style>
background-color css
<style>
a { background-color: #B793BA; }
a { background-color: rgb(183,147,186); }
div.DivClassName
{
background-color: #B793BA;
}
.BgClassName
{
background-color: #B793BA;
}
</style>
border-color css
<style>
span { border-color: #B793BA; }
span { border-color: rgb(183,147,186); }
td.TdClassName
{
border-color: #B793BA;
}
.TagClassName
{
border-color: #B793BA;
}
</style>