Shades of London Hue #B09DB0
Tints of London Hue #B09DB0
RGB
CMYK
RGB Variations
Color information
#B09DB0 (or 0xB09DB0) is known color: London Hue. HEX triplet: B0, 9D and B0. RGB value is (176,157,176). Sum of RGB (Red+Green+Blue) = 176+157+176=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B09DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DB0 is #4F624F. Grayscale: #A4A4A4. Windows color (decimal): -5202512 or 11574704. OLE color: 11574704.
HSL color Cylindrical-coordinate representation of color #B09DB0: hue angle of 300º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09DB0 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 176 | - |
| CMYK | 0 | 0.11 | 0 | 0.31 |
| HSL | 300º | 0.11% | 0.65% | - |
| HSV(B) | 300º | 0.11% | 0.69% | - |
| XYZ | 37.8 | 36.48 | 46.12 | - |
| YUV | 164.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 176 | 0 | 0.11 | 0 | 0.31 | 300 | 0.11 | 0.65 |
| Hex | B0 | 9D | B0 | 0 | B | 0 | 1F | 12C | B | 41 |
| Octal | 260 | 235 | 260 | 0 | 13 | 0 | 37 | 454 | 13 | 101 |
| Binary | 10110000 | 10011101 | 10110000 | 0 | 1011 | 0 | 11111 | 100101100 | 1011 | 1000001 |
Color Harmonies of #B09DB0
Complementary color
Monochromatic Colors of #B09DB0
Black with #B09DB0
Text Example
Text Example
White with #B09DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DB0; }
p { color: rgb(176,157,176); }
H1.HeaderClassName
{
color: #B09DB0;
}
.AnyTagClassName
{
color: #B09DB0;
}
</style>
background-color css
<style>
a { background-color: #B09DB0; }
a { background-color: rgb(176,157,176); }
div.DivClassName
{
background-color: #B09DB0;
}
.BgClassName
{
background-color: #B09DB0;
}
</style>
border-color css
<style>
span { border-color: #B09DB0; }
span { border-color: rgb(176,157,176); }
td.TdClassName
{
border-color: #B09DB0;
}
.TagClassName
{
border-color: #B09DB0;
}
</style>