Shades of London Hue #B09AB0
Tints of London Hue #B09AB0
RGB
CMYK
RGB Variations
Color information
#B09AB0 (or 0xB09AB0) is known color: London Hue. HEX triplet: B0, 9A and B0. RGB value is (176,154,176). Sum of RGB (Red+Green+Blue) = 176+154+176=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B09AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AB0 is #4F654F. Grayscale: #A3A3A3. Windows color (decimal): -5203280 or 11573936. OLE color: 11573936.
HSL color Cylindrical-coordinate representation of color #B09AB0: hue angle of 300º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09AB0 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 176 | - |
| CMYK | 0 | 0.12 | 0 | 0.31 |
| HSL | 300º | 0.12% | 0.65% | - |
| HSV(B) | 300º | 0.13% | 0.69% | - |
| XYZ | 37.3 | 35.48 | 45.96 | - |
| YUV | 163.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 176 | 0 | 0.12 | 0 | 0.31 | 300 | 0.12 | 0.65 |
| Hex | B0 | 9A | B0 | 0 | C | 0 | 1F | 12C | C | 41 |
| Octal | 260 | 232 | 260 | 0 | 14 | 0 | 37 | 454 | 14 | 101 |
| Binary | 10110000 | 10011010 | 10110000 | 0 | 1100 | 0 | 11111 | 100101100 | 1100 | 1000001 |
Color Harmonies of #B09AB0
Complementary color
Monochromatic Colors of #B09AB0
Black with #B09AB0
Text Example
Text Example
White with #B09AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AB0; }
p { color: rgb(176,154,176); }
H1.HeaderClassName
{
color: #B09AB0;
}
.AnyTagClassName
{
color: #B09AB0;
}
</style>
background-color css
<style>
a { background-color: #B09AB0; }
a { background-color: rgb(176,154,176); }
div.DivClassName
{
background-color: #B09AB0;
}
.BgClassName
{
background-color: #B09AB0;
}
</style>
border-color css
<style>
span { border-color: #B09AB0; }
span { border-color: rgb(176,154,176); }
td.TdClassName
{
border-color: #B09AB0;
}
.TagClassName
{
border-color: #B09AB0;
}
</style>