Shades of London Hue #B288AB
Tints of London Hue #B288AB
RGB
CMYK
RGB Variations
Color information
#B288AB (or 0xB288AB) is known color: London Hue. HEX triplet: B2, 88 and AB. RGB value is (178,136,171). Sum of RGB (Red+Green+Blue) = 178+136+171=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B288AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288AB is #4D7754. Grayscale: #989898. Windows color (decimal): -5076821 or 11241650. OLE color: 11241650.
HSL color Cylindrical-coordinate representation of color #B288AB: hue angle of 310º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B288AB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 171 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.30 |
| HSL | 310º | 0.21% | 0.62% | - |
| HSV(B) | 310º | 0.24% | 0.7% | - |
| XYZ | 34.51 | 30.01 | 42.5 | - |
| YUV | 152.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 171 | 0 | 0.24 | 0.04 | 0.30 | 310 | 0.21 | 0.62 |
| Hex | B2 | 88 | AB | 0 | 18 | 4 | 1E | 136 | 15 | 3E |
| Octal | 262 | 210 | 253 | 0 | 30 | 4 | 36 | 466 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10101011 | 0 | 11000 | 100 | 11110 | 100110110 | 10101 | 111110 |
Color Harmonies of #B288AB
Complementary color
Monochromatic Colors of #B288AB
Black with #B288AB
Text Example
Text Example
White with #B288AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288AB; }
p { color: rgb(178,136,171); }
H1.HeaderClassName
{
color: #B288AB;
}
.AnyTagClassName
{
color: #B288AB;
}
</style>
background-color css
<style>
a { background-color: #B288AB; }
a { background-color: rgb(178,136,171); }
div.DivClassName
{
background-color: #B288AB;
}
.BgClassName
{
background-color: #B288AB;
}
</style>
border-color css
<style>
span { border-color: #B288AB; }
span { border-color: rgb(178,136,171); }
td.TdClassName
{
border-color: #B288AB;
}
.TagClassName
{
border-color: #B288AB;
}
</style>