Shades of London Hue #B978AC
Tints of London Hue #B978AC
RGB
CMYK
RGB Variations
Color information
#B978AC (or 0xB978AC) is known color: London Hue. HEX triplet: B9, 78 and AC. RGB value is (185,120,172). Sum of RGB (Red+Green+Blue) = 185+120+172=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AC is #468753. Grayscale: #919191. Windows color (decimal): -4622164 or 11303097. OLE color: 11303097.
HSL color Cylindrical-coordinate representation of color #B978AC: hue angle of 312º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B978AC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 172 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.27 |
| HSL | 312º | 0.32% | 0.6% | - |
| HSV(B) | 312º | 0.35% | 0.73% | - |
| XYZ | 34.17 | 26.73 | 42.39 | - |
| YUV | 145.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 172 | 0 | 0.35 | 0.07 | 0.27 | 312 | 0.32 | 0.6 |
| Hex | B9 | 78 | AC | 0 | 23 | 7 | 1B | 138 | 20 | 3C |
| Octal | 271 | 170 | 254 | 0 | 43 | 7 | 33 | 470 | 40 | 74 |
| Binary | 10111001 | 1111000 | 10101100 | 0 | 100011 | 111 | 11011 | 100111000 | 100000 | 111100 |
Color Harmonies of #B978AC
Complementary color
Monochromatic Colors of #B978AC
Black with #B978AC
Text Example
Text Example
White with #B978AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978AC; }
p { color: rgb(185,120,172); }
H1.HeaderClassName
{
color: #B978AC;
}
.AnyTagClassName
{
color: #B978AC;
}
</style>
background-color css
<style>
a { background-color: #B978AC; }
a { background-color: rgb(185,120,172); }
div.DivClassName
{
background-color: #B978AC;
}
.BgClassName
{
background-color: #B978AC;
}
</style>
border-color css
<style>
span { border-color: #B978AC; }
span { border-color: rgb(185,120,172); }
td.TdClassName
{
border-color: #B978AC;
}
.TagClassName
{
border-color: #B978AC;
}
</style>