Shades of London Hue #B28DB6
Tints of London Hue #B28DB6
RGB
CMYK
RGB Variations
Color information
#B28DB6 (or 0xB28DB6) is known color: London Hue. HEX triplet: B2, 8D and B6. RGB value is (178,141,182). Sum of RGB (Red+Green+Blue) = 178+141+182=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 182 - color contains mainly: blue. Hex color #B28DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DB6 is #4D7249. Grayscale: #9C9C9C. Windows color (decimal): -5075530 or 11963826. OLE color: 11963826.
HSL color Cylindrical-coordinate representation of color #B28DB6: hue angle of 294.15º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28DB6 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 141 | 182 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.29 |
| HSL | 294.15º | 0.22% | 0.63% | - |
| HSV(B) | 294.15º | 0.23% | 0.71% | - |
| XYZ | 36.33 | 31.89 | 48.5 | - |
| YUV | 156.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 182 | 0.02 | 0.23 | 0 | 0.29 | 294.15 | 0.22 | 0.63 |
| Hex | B2 | 8D | B6 | 2 | 17 | 0 | 1D | 126 | 16 | 3F |
| Octal | 262 | 215 | 266 | 2 | 27 | 0 | 35 | 446 | 26 | 77 |
| Binary | 10110010 | 10001101 | 10110110 | 10 | 10111 | 0 | 11101 | 100100110 | 10110 | 111111 |
Color Harmonies of #B28DB6
Complementary color
Monochromatic Colors of #B28DB6
Black with #B28DB6
Text Example
Text Example
White with #B28DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DB6; }
p { color: rgb(178,141,182); }
H1.HeaderClassName
{
color: #B28DB6;
}
.AnyTagClassName
{
color: #B28DB6;
}
</style>
background-color css
<style>
a { background-color: #B28DB6; }
a { background-color: rgb(178,141,182); }
div.DivClassName
{
background-color: #B28DB6;
}
.BgClassName
{
background-color: #B28DB6;
}
</style>
border-color css
<style>
span { border-color: #B28DB6; }
span { border-color: rgb(178,141,182); }
td.TdClassName
{
border-color: #B28DB6;
}
.TagClassName
{
border-color: #B28DB6;
}
</style>