Shades of London Hue #B788AA
Tints of London Hue #B788AA
RGB
CMYK
RGB Variations
Color information
#B788AA (or 0xB788AA) is known color: London Hue. HEX triplet: B7, 88 and AA. RGB value is (183,136,170). Sum of RGB (Red+Green+Blue) = 183+136+170=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B788AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788AA is #487755. Grayscale: #999999. Windows color (decimal): -4749142 or 11176119. OLE color: 11176119.
HSL color Cylindrical-coordinate representation of color #B788AA: hue angle of 316.6º 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 #B788AA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 170 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.28 |
| HSL | 316.6º | 0.25% | 0.63% | - |
| HSV(B) | 316.6º | 0.26% | 0.72% | - |
| XYZ | 35.59 | 30.58 | 42.06 | - |
| YUV | 153.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 170 | 0 | 0.26 | 0.07 | 0.28 | 316.6 | 0.25 | 0.63 |
| Hex | B7 | 88 | AA | 0 | 1A | 7 | 1C | 13D | 19 | 3F |
| Octal | 267 | 210 | 252 | 0 | 32 | 7 | 34 | 475 | 31 | 77 |
| Binary | 10110111 | 10001000 | 10101010 | 0 | 11010 | 111 | 11100 | 100111101 | 11001 | 111111 |
Color Harmonies of #B788AA
Complementary color
Monochromatic Colors of #B788AA
Black with #B788AA
Text Example
Text Example
White with #B788AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788AA; }
p { color: rgb(183,136,170); }
H1.HeaderClassName
{
color: #B788AA;
}
.AnyTagClassName
{
color: #B788AA;
}
</style>
background-color css
<style>
a { background-color: #B788AA; }
a { background-color: rgb(183,136,170); }
div.DivClassName
{
background-color: #B788AA;
}
.BgClassName
{
background-color: #B788AA;
}
</style>
border-color css
<style>
span { border-color: #B788AA; }
span { border-color: rgb(183,136,170); }
td.TdClassName
{
border-color: #B788AA;
}
.TagClassName
{
border-color: #B788AA;
}
</style>