Shades of London Hue #B08BA6
Tints of London Hue #B08BA6
RGB
CMYK
RGB Variations
Color information
#B08BA6 (or 0xB08BA6) is known color: London Hue. HEX triplet: B0, 8B and A6. RGB value is (176,139,166). Sum of RGB (Red+Green+Blue) = 176+139+166=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BA6 is #4F7459. Grayscale: #999999. Windows color (decimal): -5207130 or 10914736. OLE color: 10914736.
HSL color Cylindrical-coordinate representation of color #B08BA6: hue angle of 316.22º 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 #B08BA6 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 139 | 166 | - |
CMYK | 0 | 0.21 | 0.06 | 0.31 |
HSL | 316.22º | 0.19% | 0.62% | - |
HSV(B) | 316.22º | 0.21% | 0.69% | - |
XYZ | 34.02 | 30.45 | 40.16 | - |
YUV | 153.14 | 135.26 | 144.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 139 | 166 | 0 | 0.21 | 0.06 | 0.31 | 316.22 | 0.19 | 0.62 |
Hex | B0 | 8B | A6 | 0 | 15 | 6 | 1F | 13C | 13 | 3E |
Octal | 260 | 213 | 246 | 0 | 25 | 6 | 37 | 474 | 23 | 76 |
Binary | 10110000 | 10001011 | 10100110 | 0 | 10101 | 110 | 11111 | 100111100 | 10011 | 111110 |
Color Harmonies of #B08BA6
Complementary color
Monochromatic Colors of #B08BA6
Black with #B08BA6
Text Example
Text Example
White with #B08BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BA6; }
p { color: rgb(176,139,166); }
H1.HeaderClassName
{
color: #B08BA6;
}
.AnyTagClassName
{
color: #B08BA6;
}
</style>
background-color css
<style>
a { background-color: #B08BA6; }
a { background-color: rgb(176,139,166); }
div.DivClassName
{
background-color: #B08BA6;
}
.BgClassName
{
background-color: #B08BA6;
}
</style>
border-color css
<style>
span { border-color: #B08BA6; }
span { border-color: rgb(176,139,166); }
td.TdClassName
{
border-color: #B08BA6;
}
.TagClassName
{
border-color: #B08BA6;
}
</style>