Shades of London Hue #B09FB0
Tints of London Hue #B09FB0
RGB
CMYK
RGB Variations
Color information
#B09FB0 (or 0xB09FB0) is known color: London Hue. HEX triplet: B0, 9F and B0. RGB value is (176,159,176). Sum of RGB (Red+Green+Blue) = 176+159+176=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B09FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FB0 is #4F604F. Grayscale: #A5A5A5. Windows color (decimal): -5202000 or 11575216. OLE color: 11575216.
HSL color Cylindrical-coordinate representation of color #B09FB0: hue angle of 300º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09FB0 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 176 | - |
| CMYK | 0 | 0.10 | 0 | 0.31 |
| HSL | 300º | 0.1% | 0.66% | - |
| HSV(B) | 300º | 0.1% | 0.69% | - |
| XYZ | 38.14 | 37.16 | 46.24 | - |
| YUV | 166.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 176 | 0 | 0.10 | 0 | 0.31 | 300 | 0.1 | 0.66 |
| Hex | B0 | 9F | B0 | 0 | A | 0 | 1F | 12C | A | 42 |
| Octal | 260 | 237 | 260 | 0 | 12 | 0 | 37 | 454 | 12 | 102 |
| Binary | 10110000 | 10011111 | 10110000 | 0 | 1010 | 0 | 11111 | 100101100 | 1010 | 1000010 |
Color Harmonies of #B09FB0
Complementary color
Monochromatic Colors of #B09FB0
Black with #B09FB0
Text Example
Text Example
White with #B09FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FB0; }
p { color: rgb(176,159,176); }
H1.HeaderClassName
{
color: #B09FB0;
}
.AnyTagClassName
{
color: #B09FB0;
}
</style>
background-color css
<style>
a { background-color: #B09FB0; }
a { background-color: rgb(176,159,176); }
div.DivClassName
{
background-color: #B09FB0;
}
.BgClassName
{
background-color: #B09FB0;
}
</style>
border-color css
<style>
span { border-color: #B09FB0; }
span { border-color: rgb(176,159,176); }
td.TdClassName
{
border-color: #B09FB0;
}
.TagClassName
{
border-color: #B09FB0;
}
</style>