Shades of London Hue #B09EAC
Tints of London Hue #B09EAC
RGB
CMYK
RGB Variations
Color information
#B09EAC (or 0xB09EAC) is known color: London Hue. HEX triplet: B0, 9E and AC. RGB value is (176,158,172). Sum of RGB (Red+Green+Blue) = 176+158+172=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B09EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09EAC is #4F6153. Grayscale: #A4A4A4. Windows color (decimal): -5202260 or 11312816. OLE color: 11312816.
HSL color Cylindrical-coordinate representation of color #B09EAC: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09EAC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 172 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.31 |
| HSL | 313.33º | 0.1% | 0.65% | - |
| HSV(B) | 313.33º | 0.1% | 0.69% | - |
| XYZ | 37.58 | 36.66 | 44.13 | - |
| YUV | 164.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 172 | 0 | 0.10 | 0.02 | 0.31 | 313.33 | 0.1 | 0.65 |
| Hex | B0 | 9E | AC | 0 | A | 2 | 1F | 139 | A | 41 |
| Octal | 260 | 236 | 254 | 0 | 12 | 2 | 37 | 471 | 12 | 101 |
| Binary | 10110000 | 10011110 | 10101100 | 0 | 1010 | 10 | 11111 | 100111001 | 1010 | 1000001 |
Color Harmonies of #B09EAC
Complementary color
Monochromatic Colors of #B09EAC
Black with #B09EAC
Text Example
Text Example
White with #B09EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09EAC; }
p { color: rgb(176,158,172); }
H1.HeaderClassName
{
color: #B09EAC;
}
.AnyTagClassName
{
color: #B09EAC;
}
</style>
background-color css
<style>
a { background-color: #B09EAC; }
a { background-color: rgb(176,158,172); }
div.DivClassName
{
background-color: #B09EAC;
}
.BgClassName
{
background-color: #B09EAC;
}
</style>
border-color css
<style>
span { border-color: #B09EAC; }
span { border-color: rgb(176,158,172); }
td.TdClassName
{
border-color: #B09EAC;
}
.TagClassName
{
border-color: #B09EAC;
}
</style>