Shades of London Hue #B8A0B3
Tints of London Hue #B8A0B3
RGB
CMYK
RGB Variations
Color information
#B8A0B3 (or 0xB8A0B3) is known color: London Hue. HEX triplet: B8, A0 and B3. RGB value is (184,160,179). Sum of RGB (Red+Green+Blue) = 184+160+179=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0B3 is #475F4C. Grayscale: #A9A9A9. Windows color (decimal): -4677453 or 11772088. OLE color: 11772088.
HSL color Cylindrical-coordinate representation of color #B8A0B3: hue angle of 312.5º 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 #B8A0B3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 179 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.28 |
| HSL | 312.5º | 0.14% | 0.67% | - |
| HSV(B) | 312.5º | 0.13% | 0.72% | - |
| XYZ | 40.47 | 38.59 | 47.96 | - |
| YUV | 169.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 179 | 0 | 0.13 | 0.03 | 0.28 | 312.5 | 0.14 | 0.67 |
| Hex | B8 | A0 | B3 | 0 | D | 3 | 1C | 138 | E | 43 |
| Octal | 270 | 240 | 263 | 0 | 15 | 3 | 34 | 470 | 16 | 103 |
| Binary | 10111000 | 10100000 | 10110011 | 0 | 1101 | 11 | 11100 | 100111000 | 1110 | 1000011 |
Color Harmonies of #B8A0B3
Complementary color
Monochromatic Colors of #B8A0B3
Black with #B8A0B3
Text Example
Text Example
White with #B8A0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0B3; }
p { color: rgb(184,160,179); }
H1.HeaderClassName
{
color: #B8A0B3;
}
.AnyTagClassName
{
color: #B8A0B3;
}
</style>
background-color css
<style>
a { background-color: #B8A0B3; }
a { background-color: rgb(184,160,179); }
div.DivClassName
{
background-color: #B8A0B3;
}
.BgClassName
{
background-color: #B8A0B3;
}
</style>
border-color css
<style>
span { border-color: #B8A0B3; }
span { border-color: rgb(184,160,179); }
td.TdClassName
{
border-color: #B8A0B3;
}
.TagClassName
{
border-color: #B8A0B3;
}
</style>