Shades of London Hue #B888AC
Tints of London Hue #B888AC
RGB
CMYK
RGB Variations
Color information
#B888AC (or 0xB888AC) is known color: London Hue. HEX triplet: B8, 88 and AC. RGB value is (184,136,172). Sum of RGB (Red+Green+Blue) = 184+136+172=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B888AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888AC is #477753. Grayscale: #9A9A9A. Windows color (decimal): -4683604 or 11307192. OLE color: 11307192.
HSL color Cylindrical-coordinate representation of color #B888AC: hue angle of 315º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888AC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 172 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.28 |
| HSL | 315º | 0.25% | 0.63% | - |
| HSV(B) | 315º | 0.26% | 0.72% | - |
| XYZ | 36.02 | 30.78 | 43.07 | - |
| YUV | 154.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 172 | 0 | 0.26 | 0.07 | 0.28 | 315 | 0.25 | 0.63 |
| Hex | B8 | 88 | AC | 0 | 1A | 7 | 1C | 13B | 19 | 3F |
| Octal | 270 | 210 | 254 | 0 | 32 | 7 | 34 | 473 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10101100 | 0 | 11010 | 111 | 11100 | 100111011 | 11001 | 111111 |
Color Harmonies of #B888AC
Complementary color
Monochromatic Colors of #B888AC
Black with #B888AC
Text Example
Text Example
White with #B888AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888AC; }
p { color: rgb(184,136,172); }
H1.HeaderClassName
{
color: #B888AC;
}
.AnyTagClassName
{
color: #B888AC;
}
</style>
background-color css
<style>
a { background-color: #B888AC; }
a { background-color: rgb(184,136,172); }
div.DivClassName
{
background-color: #B888AC;
}
.BgClassName
{
background-color: #B888AC;
}
</style>
border-color css
<style>
span { border-color: #B888AC; }
span { border-color: rgb(184,136,172); }
td.TdClassName
{
border-color: #B888AC;
}
.TagClassName
{
border-color: #B888AC;
}
</style>