Shades of London Hue #B7A0B3
Tints of London Hue #B7A0B3
RGB
CMYK
RGB Variations
Color information
#B7A0B3 (or 0xB7A0B3) is known color: London Hue. HEX triplet: B7, A0 and B3. RGB value is (183,160,179). Sum of RGB (Red+Green+Blue) = 183+160+179=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0B3 is #485F4C. Grayscale: #A8A8A8. Windows color (decimal): -4742989 or 11772087. OLE color: 11772087.
HSL color Cylindrical-coordinate representation of color #B7A0B3: hue angle of 310.43º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A0B3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 179 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.28 |
| HSL | 310.43º | 0.14% | 0.67% | - |
| HSV(B) | 310.43º | 0.13% | 0.72% | - |
| XYZ | 40.24 | 38.46 | 47.95 | - |
| YUV | 169.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 179 | 0 | 0.13 | 0.02 | 0.28 | 310.43 | 0.14 | 0.67 |
| Hex | B7 | A0 | B3 | 0 | D | 2 | 1C | 136 | E | 43 |
| Octal | 267 | 240 | 263 | 0 | 15 | 2 | 34 | 466 | 16 | 103 |
| Binary | 10110111 | 10100000 | 10110011 | 0 | 1101 | 10 | 11100 | 100110110 | 1110 | 1000011 |
Color Harmonies of #B7A0B3
Complementary color
Monochromatic Colors of #B7A0B3
Black with #B7A0B3
Text Example
Text Example
White with #B7A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0B3; }
p { color: rgb(183,160,179); }
H1.HeaderClassName
{
color: #B7A0B3;
}
.AnyTagClassName
{
color: #B7A0B3;
}
</style>
background-color css
<style>
a { background-color: #B7A0B3; }
a { background-color: rgb(183,160,179); }
div.DivClassName
{
background-color: #B7A0B3;
}
.BgClassName
{
background-color: #B7A0B3;
}
</style>
border-color css
<style>
span { border-color: #B7A0B3; }
span { border-color: rgb(183,160,179); }
td.TdClassName
{
border-color: #B7A0B3;
}
.TagClassName
{
border-color: #B7A0B3;
}
</style>