Shades of London Hue #B07CAC
Tints of London Hue #B07CAC
RGB
CMYK
RGB Variations
Color information
#B07CAC (or 0xB07CAC) is known color: London Hue. HEX triplet: B0, 7C and AC. RGB value is (176,124,172). Sum of RGB (Red+Green+Blue) = 176+124+172=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CAC is #4F8353. Grayscale: #909090. Windows color (decimal): -5210964 or 11304112. OLE color: 11304112.
HSL color Cylindrical-coordinate representation of color #B07CAC: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07CAC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 172 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.31 |
| HSL | 304.62º | 0.25% | 0.59% | - |
| HSV(B) | 304.62º | 0.3% | 0.69% | - |
| XYZ | 32.56 | 26.62 | 42.45 | - |
| YUV | 145.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 172 | 0 | 0.30 | 0.02 | 0.31 | 304.62 | 0.25 | 0.59 |
| Hex | B0 | 7C | AC | 0 | 1E | 2 | 1F | 131 | 19 | 3B |
| Octal | 260 | 174 | 254 | 0 | 36 | 2 | 37 | 461 | 31 | 73 |
| Binary | 10110000 | 1111100 | 10101100 | 0 | 11110 | 10 | 11111 | 100110001 | 11001 | 111011 |
Color Harmonies of #B07CAC
Complementary color
Monochromatic Colors of #B07CAC
Black with #B07CAC
Text Example
Text Example
White with #B07CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CAC; }
p { color: rgb(176,124,172); }
H1.HeaderClassName
{
color: #B07CAC;
}
.AnyTagClassName
{
color: #B07CAC;
}
</style>
background-color css
<style>
a { background-color: #B07CAC; }
a { background-color: rgb(176,124,172); }
div.DivClassName
{
background-color: #B07CAC;
}
.BgClassName
{
background-color: #B07CAC;
}
</style>
border-color css
<style>
span { border-color: #B07CAC; }
span { border-color: rgb(176,124,172); }
td.TdClassName
{
border-color: #B07CAC;
}
.TagClassName
{
border-color: #B07CAC;
}
</style>