Shades of London Hue #B97BAC
Tints of London Hue #B97BAC
RGB
CMYK
RGB Variations
Color information
#B97BAC (or 0xB97BAC) is known color: London Hue. HEX triplet: B9, 7B and AC. RGB value is (185,123,172). Sum of RGB (Red+Green+Blue) = 185+123+172=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BAC is #468453. Grayscale: #929292. Windows color (decimal): -4621396 or 11303865. OLE color: 11303865.
HSL color Cylindrical-coordinate representation of color #B97BAC: hue angle of 312.58º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97BAC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 123 | 172 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.27 |
| HSL | 312.58º | 0.31% | 0.6% | - |
| HSV(B) | 312.58º | 0.34% | 0.73% | - |
| XYZ | 34.54 | 27.46 | 42.51 | - |
| YUV | 147.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 172 | 0 | 0.34 | 0.07 | 0.27 | 312.58 | 0.31 | 0.6 |
| Hex | B9 | 7B | AC | 0 | 22 | 7 | 1B | 139 | 1F | 3C |
| Octal | 271 | 173 | 254 | 0 | 42 | 7 | 33 | 471 | 37 | 74 |
| Binary | 10111001 | 1111011 | 10101100 | 0 | 100010 | 111 | 11011 | 100111001 | 11111 | 111100 |
Color Harmonies of #B97BAC
Complementary color
Monochromatic Colors of #B97BAC
Black with #B97BAC
Text Example
Text Example
White with #B97BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97BAC; }
p { color: rgb(185,123,172); }
H1.HeaderClassName
{
color: #B97BAC;
}
.AnyTagClassName
{
color: #B97BAC;
}
</style>
background-color css
<style>
a { background-color: #B97BAC; }
a { background-color: rgb(185,123,172); }
div.DivClassName
{
background-color: #B97BAC;
}
.BgClassName
{
background-color: #B97BAC;
}
</style>
border-color css
<style>
span { border-color: #B97BAC; }
span { border-color: rgb(185,123,172); }
td.TdClassName
{
border-color: #B97BAC;
}
.TagClassName
{
border-color: #B97BAC;
}
</style>