Shades of London Hue #B08DB1
Tints of London Hue #B08DB1
RGB
CMYK
RGB Variations
Color information
#B08DB1 (or 0xB08DB1) is known color: London Hue. HEX triplet: B0, 8D and B1. RGB value is (176,141,177). Sum of RGB (Red+Green+Blue) = 176+141+177=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #B08DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DB1 is #4F724E. Grayscale: #9B9B9B. Windows color (decimal): -5206607 or 11636144. OLE color: 11636144.
HSL color Cylindrical-coordinate representation of color #B08DB1: hue angle of 298.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08DB1 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 177 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.31 |
| HSL | 298.33º | 0.19% | 0.62% | - |
| HSV(B) | 298.33º | 0.2% | 0.69% | - |
| XYZ | 35.37 | 31.45 | 45.8 | - |
| YUV | 155.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 177 | 0.01 | 0.20 | 0 | 0.31 | 298.33 | 0.19 | 0.62 |
| Hex | B0 | 8D | B1 | 1 | 14 | 0 | 1F | 12A | 13 | 3E |
| Octal | 260 | 215 | 261 | 1 | 24 | 0 | 37 | 452 | 23 | 76 |
| Binary | 10110000 | 10001101 | 10110001 | 1 | 10100 | 0 | 11111 | 100101010 | 10011 | 111110 |
Color Harmonies of #B08DB1
Complementary color
Monochromatic Colors of #B08DB1
Black with #B08DB1
Text Example
Text Example
White with #B08DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DB1; }
p { color: rgb(176,141,177); }
H1.HeaderClassName
{
color: #B08DB1;
}
.AnyTagClassName
{
color: #B08DB1;
}
</style>
background-color css
<style>
a { background-color: #B08DB1; }
a { background-color: rgb(176,141,177); }
div.DivClassName
{
background-color: #B08DB1;
}
.BgClassName
{
background-color: #B08DB1;
}
</style>
border-color css
<style>
span { border-color: #B08DB1; }
span { border-color: rgb(176,141,177); }
td.TdClassName
{
border-color: #B08DB1;
}
.TagClassName
{
border-color: #B08DB1;
}
</style>