Shades of London Hue #B08BAC
Tints of London Hue #B08BAC
RGB
CMYK
RGB Variations
Color information
#B08BAC (or 0xB08BAC) is known color: London Hue. HEX triplet: B0, 8B and AC. RGB value is (176,139,172). Sum of RGB (Red+Green+Blue) = 176+139+172=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAC is #4F7453. Grayscale: #999999. Windows color (decimal): -5207124 or 11307952. OLE color: 11307952.
HSL color Cylindrical-coordinate representation of color #B08BAC: hue angle of 306.49º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08BAC is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 172 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.31 |
| HSL | 306.49º | 0.19% | 0.62% | - |
| HSV(B) | 306.49º | 0.21% | 0.69% | - |
| XYZ | 34.58 | 30.67 | 43.13 | - |
| YUV | 153.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 172 | 0 | 0.21 | 0.02 | 0.31 | 306.49 | 0.19 | 0.62 |
| Hex | B0 | 8B | AC | 0 | 15 | 2 | 1F | 132 | 13 | 3E |
| Octal | 260 | 213 | 254 | 0 | 25 | 2 | 37 | 462 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10101100 | 0 | 10101 | 10 | 11111 | 100110010 | 10011 | 111110 |
Color Harmonies of #B08BAC
Complementary color
Monochromatic Colors of #B08BAC
Black with #B08BAC
Text Example
Text Example
White with #B08BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BAC; }
p { color: rgb(176,139,172); }
H1.HeaderClassName
{
color: #B08BAC;
}
.AnyTagClassName
{
color: #B08BAC;
}
</style>
background-color css
<style>
a { background-color: #B08BAC; }
a { background-color: rgb(176,139,172); }
div.DivClassName
{
background-color: #B08BAC;
}
.BgClassName
{
background-color: #B08BAC;
}
</style>
border-color css
<style>
span { border-color: #B08BAC; }
span { border-color: rgb(176,139,172); }
td.TdClassName
{
border-color: #B08BAC;
}
.TagClassName
{
border-color: #B08BAC;
}
</style>