Shades of London Hue #B788AC
Tints of London Hue #B788AC
RGB
CMYK
RGB Variations
Color information
#B788AC (or 0xB788AC) is known color: London Hue. HEX triplet: B7, 88 and AC. RGB value is (183,136,172). Sum of RGB (Red+Green+Blue) = 183+136+172=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B788AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788AC is #487753. Grayscale: #9A9A9A. Windows color (decimal): -4749140 or 11307191. OLE color: 11307191.
HSL color Cylindrical-coordinate representation of color #B788AC: hue angle of 314.04º 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 #B788AC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 172 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.28 |
| HSL | 314.04º | 0.25% | 0.63% | - |
| HSV(B) | 314.04º | 0.26% | 0.72% | - |
| XYZ | 35.78 | 30.65 | 43.06 | - |
| YUV | 154.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 172 | 0 | 0.26 | 0.06 | 0.28 | 314.04 | 0.25 | 0.63 |
| Hex | B7 | 88 | AC | 0 | 1A | 6 | 1C | 13A | 19 | 3F |
| Octal | 267 | 210 | 254 | 0 | 32 | 6 | 34 | 472 | 31 | 77 |
| Binary | 10110111 | 10001000 | 10101100 | 0 | 11010 | 110 | 11100 | 100111010 | 11001 | 111111 |
Color Harmonies of #B788AC
Complementary color
Monochromatic Colors of #B788AC
Black with #B788AC
Text Example
Text Example
White with #B788AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788AC; }
p { color: rgb(183,136,172); }
H1.HeaderClassName
{
color: #B788AC;
}
.AnyTagClassName
{
color: #B788AC;
}
</style>
background-color css
<style>
a { background-color: #B788AC; }
a { background-color: rgb(183,136,172); }
div.DivClassName
{
background-color: #B788AC;
}
.BgClassName
{
background-color: #B788AC;
}
</style>
border-color css
<style>
span { border-color: #B788AC; }
span { border-color: rgb(183,136,172); }
td.TdClassName
{
border-color: #B788AC;
}
.TagClassName
{
border-color: #B788AC;
}
</style>