Shades of London Hue #B788BA
Tints of London Hue #B788BA
RGB
CMYK
RGB Variations
Color information
#B788BA (or 0xB788BA) is known color: London Hue. HEX triplet: B7, 88 and BA. RGB value is (183,136,186). Sum of RGB (Red+Green+Blue) = 183+136+186=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #B788BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788BA is #487745. Grayscale: #9B9B9B. Windows color (decimal): -4749126 or 12224695. OLE color: 12224695.
HSL color Cylindrical-coordinate representation of color #B788BA: hue angle of 296.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B788BA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 136 | 186 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.27 |
| HSL | 296.4º | 0.27% | 0.63% | - |
| HSV(B) | 296.4º | 0.27% | 0.73% | - |
| XYZ | 37.2 | 31.22 | 50.52 | - |
| YUV | 155.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 186 | 0.02 | 0.27 | 0 | 0.27 | 296.4 | 0.27 | 0.63 |
| Hex | B7 | 88 | BA | 2 | 1B | 0 | 1B | 128 | 1B | 3F |
| Octal | 267 | 210 | 272 | 2 | 33 | 0 | 33 | 450 | 33 | 77 |
| Binary | 10110111 | 10001000 | 10111010 | 10 | 11011 | 0 | 11011 | 100101000 | 11011 | 111111 |
Color Harmonies of #B788BA
Complementary color
Monochromatic Colors of #B788BA
Black with #B788BA
Text Example
Text Example
White with #B788BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788BA; }
p { color: rgb(183,136,186); }
H1.HeaderClassName
{
color: #B788BA;
}
.AnyTagClassName
{
color: #B788BA;
}
</style>
background-color css
<style>
a { background-color: #B788BA; }
a { background-color: rgb(183,136,186); }
div.DivClassName
{
background-color: #B788BA;
}
.BgClassName
{
background-color: #B788BA;
}
</style>
border-color css
<style>
span { border-color: #B788BA; }
span { border-color: rgb(183,136,186); }
td.TdClassName
{
border-color: #B788BA;
}
.TagClassName
{
border-color: #B788BA;
}
</style>