Shades of London Hue #BB7DAC
Tints of London Hue #BB7DAC
RGB
CMYK
RGB Variations
Color information
#BB7DAC (or 0xBB7DAC) is known color: London Hue. HEX triplet: BB, 7D and AC. RGB value is (187,125,172). Sum of RGB (Red+Green+Blue) = 187+125+172=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DAC is #448253. Grayscale: #949494. Windows color (decimal): -4489812 or 11304379. OLE color: 11304379.
HSL color Cylindrical-coordinate representation of color #BB7DAC: hue angle of 314.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7DAC is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 172 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.27 |
| HSL | 314.52º | 0.31% | 0.61% | - |
| HSV(B) | 314.52º | 0.33% | 0.73% | - |
| XYZ | 35.27 | 28.21 | 42.62 | - |
| YUV | 148.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 172 | 0 | 0.33 | 0.08 | 0.27 | 314.52 | 0.31 | 0.61 |
| Hex | BB | 7D | AC | 0 | 21 | 8 | 1B | 13B | 1F | 3D |
| Octal | 273 | 175 | 254 | 0 | 41 | 10 | 33 | 473 | 37 | 75 |
| Binary | 10111011 | 1111101 | 10101100 | 0 | 100001 | 1000 | 11011 | 100111011 | 11111 | 111101 |
Color Harmonies of #BB7DAC
Complementary color
Monochromatic Colors of #BB7DAC
Black with #BB7DAC
Text Example
Text Example
White with #BB7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DAC; }
p { color: rgb(187,125,172); }
H1.HeaderClassName
{
color: #BB7DAC;
}
.AnyTagClassName
{
color: #BB7DAC;
}
</style>
background-color css
<style>
a { background-color: #BB7DAC; }
a { background-color: rgb(187,125,172); }
div.DivClassName
{
background-color: #BB7DAC;
}
.BgClassName
{
background-color: #BB7DAC;
}
</style>
border-color css
<style>
span { border-color: #BB7DAC; }
span { border-color: rgb(187,125,172); }
td.TdClassName
{
border-color: #BB7DAC;
}
.TagClassName
{
border-color: #BB7DAC;
}
</style>