Shades of London Hue #B889AC
Tints of London Hue #B889AC
RGB
CMYK
RGB Variations
Color information
#B889AC (or 0xB889AC) is known color: London Hue. HEX triplet: B8, 89 and AC. RGB value is (184,137,172). Sum of RGB (Red+Green+Blue) = 184+137+172=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B889AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889AC is #477653. Grayscale: #9A9A9A. Windows color (decimal): -4683348 or 11307448. OLE color: 11307448.
HSL color Cylindrical-coordinate representation of color #B889AC: hue angle of 315.32º 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 #B889AC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 172 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.28 |
| HSL | 315.32º | 0.25% | 0.63% | - |
| HSV(B) | 315.32º | 0.26% | 0.72% | - |
| XYZ | 36.16 | 31.06 | 43.12 | - |
| YUV | 155.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 172 | 0 | 0.26 | 0.07 | 0.28 | 315.32 | 0.25 | 0.63 |
| Hex | B8 | 89 | AC | 0 | 1A | 7 | 1C | 13B | 19 | 3F |
| Octal | 270 | 211 | 254 | 0 | 32 | 7 | 34 | 473 | 31 | 77 |
| Binary | 10111000 | 10001001 | 10101100 | 0 | 11010 | 111 | 11100 | 100111011 | 11001 | 111111 |
Color Harmonies of #B889AC
Complementary color
Monochromatic Colors of #B889AC
Black with #B889AC
Text Example
Text Example
White with #B889AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B889AC; }
p { color: rgb(184,137,172); }
H1.HeaderClassName
{
color: #B889AC;
}
.AnyTagClassName
{
color: #B889AC;
}
</style>
background-color css
<style>
a { background-color: #B889AC; }
a { background-color: rgb(184,137,172); }
div.DivClassName
{
background-color: #B889AC;
}
.BgClassName
{
background-color: #B889AC;
}
</style>
border-color css
<style>
span { border-color: #B889AC; }
span { border-color: rgb(184,137,172); }
td.TdClassName
{
border-color: #B889AC;
}
.TagClassName
{
border-color: #B889AC;
}
</style>