Shades of London Hue #B096AC
Tints of London Hue #B096AC
RGB
CMYK
RGB Variations
Color information
#B096AC (or 0xB096AC) is known color: London Hue. HEX triplet: B0, 96 and AC. RGB value is (176,150,172). Sum of RGB (Red+Green+Blue) = 176+150+172=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AC is #4F6953. Grayscale: #A0A0A0. Windows color (decimal): -5204308 or 11310768. OLE color: 11310768.
HSL color Cylindrical-coordinate representation of color #B096AC: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B096AC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 172 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.31 |
| HSL | 309.23º | 0.14% | 0.64% | - |
| HSV(B) | 309.23º | 0.15% | 0.69% | - |
| XYZ | 36.26 | 34.02 | 43.69 | - |
| YUV | 160.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 172 | 0 | 0.15 | 0.02 | 0.31 | 309.23 | 0.14 | 0.64 |
| Hex | B0 | 96 | AC | 0 | F | 2 | 1F | 135 | E | 40 |
| Octal | 260 | 226 | 254 | 0 | 17 | 2 | 37 | 465 | 16 | 100 |
| Binary | 10110000 | 10010110 | 10101100 | 0 | 1111 | 10 | 11111 | 100110101 | 1110 | 1000000 |
Color Harmonies of #B096AC
Complementary color
Monochromatic Colors of #B096AC
Black with #B096AC
Text Example
Text Example
White with #B096AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B096AC; }
p { color: rgb(176,150,172); }
H1.HeaderClassName
{
color: #B096AC;
}
.AnyTagClassName
{
color: #B096AC;
}
</style>
background-color css
<style>
a { background-color: #B096AC; }
a { background-color: rgb(176,150,172); }
div.DivClassName
{
background-color: #B096AC;
}
.BgClassName
{
background-color: #B096AC;
}
</style>
border-color css
<style>
span { border-color: #B096AC; }
span { border-color: rgb(176,150,172); }
td.TdClassName
{
border-color: #B096AC;
}
.TagClassName
{
border-color: #B096AC;
}
</style>