Shades of London Hue #B788B0
Tints of London Hue #B788B0
RGB
CMYK
RGB Variations
Color information
#B788B0 (or 0xB788B0) is known color: London Hue. HEX triplet: B7, 88 and B0. RGB value is (183,136,176). Sum of RGB (Red+Green+Blue) = 183+136+176=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B788B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788B0 is #48774F. Grayscale: #9A9A9A. Windows color (decimal): -4749136 or 11569335. OLE color: 11569335.
HSL color Cylindrical-coordinate representation of color #B788B0: hue angle of 308.94º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B788B0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 176 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.28 |
| HSL | 308.94º | 0.25% | 0.63% | - |
| HSV(B) | 308.94º | 0.26% | 0.72% | - |
| XYZ | 36.17 | 30.81 | 45.11 | - |
| YUV | 154.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 176 | 0 | 0.26 | 0.04 | 0.28 | 308.94 | 0.25 | 0.63 |
| Hex | B7 | 88 | B0 | 0 | 1A | 4 | 1C | 135 | 19 | 3F |
| Octal | 267 | 210 | 260 | 0 | 32 | 4 | 34 | 465 | 31 | 77 |
| Binary | 10110111 | 10001000 | 10110000 | 0 | 11010 | 100 | 11100 | 100110101 | 11001 | 111111 |
Color Harmonies of #B788B0
Complementary color
Monochromatic Colors of #B788B0
Black with #B788B0
Text Example
Text Example
White with #B788B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788B0; }
p { color: rgb(183,136,176); }
H1.HeaderClassName
{
color: #B788B0;
}
.AnyTagClassName
{
color: #B788B0;
}
</style>
background-color css
<style>
a { background-color: #B788B0; }
a { background-color: rgb(183,136,176); }
div.DivClassName
{
background-color: #B788B0;
}
.BgClassName
{
background-color: #B788B0;
}
</style>
border-color css
<style>
span { border-color: #B788B0; }
span { border-color: rgb(183,136,176); }
td.TdClassName
{
border-color: #B788B0;
}
.TagClassName
{
border-color: #B788B0;
}
</style>