Shades of London Hue #B09DAF
Tints of London Hue #B09DAF
RGB
CMYK
RGB Variations
Color information
#B09DAF (or 0xB09DAF) is known color: London Hue. HEX triplet: B0, 9D and AF. RGB value is (176,157,175). Sum of RGB (Red+Green+Blue) = 176+157+175=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAF is #4F6250. Grayscale: #A4A4A4. Windows color (decimal): -5202513 or 11509168. OLE color: 11509168.
HSL color Cylindrical-coordinate representation of color #B09DAF: hue angle of 303.16º 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 #B09DAF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 175 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.31 |
| HSL | 303.16º | 0.11% | 0.65% | - |
| HSV(B) | 303.16º | 0.11% | 0.69% | - |
| XYZ | 37.7 | 36.44 | 45.6 | - |
| YUV | 164.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 175 | 0 | 0.11 | 0.01 | 0.31 | 303.16 | 0.11 | 0.65 |
| Hex | B0 | 9D | AF | 0 | B | 1 | 1F | 12F | B | 41 |
| Octal | 260 | 235 | 257 | 0 | 13 | 1 | 37 | 457 | 13 | 101 |
| Binary | 10110000 | 10011101 | 10101111 | 0 | 1011 | 1 | 11111 | 100101111 | 1011 | 1000001 |
Color Harmonies of #B09DAF
Complementary color
Monochromatic Colors of #B09DAF
Black with #B09DAF
Text Example
Text Example
White with #B09DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DAF; }
p { color: rgb(176,157,175); }
H1.HeaderClassName
{
color: #B09DAF;
}
.AnyTagClassName
{
color: #B09DAF;
}
</style>
background-color css
<style>
a { background-color: #B09DAF; }
a { background-color: rgb(176,157,175); }
div.DivClassName
{
background-color: #B09DAF;
}
.BgClassName
{
background-color: #B09DAF;
}
</style>
border-color css
<style>
span { border-color: #B09DAF; }
span { border-color: rgb(176,157,175); }
td.TdClassName
{
border-color: #B09DAF;
}
.TagClassName
{
border-color: #B09DAF;
}
</style>