Shades of London Hue #BD84AB
Tints of London Hue #BD84AB
RGB
CMYK
RGB Variations
Color information
#BD84AB (or 0xBD84AB) is known color: London Hue. HEX triplet: BD, 84 and AB. RGB value is (189,132,171). Sum of RGB (Red+Green+Blue) = 189+132+171=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD84AB is #427B54. Grayscale: #999999. Windows color (decimal): -4356949 or 11240637. OLE color: 11240637.
HSL color Cylindrical-coordinate representation of color #BD84AB: hue angle of 318.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD84AB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 171 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.26 |
| HSL | 318.95º | 0.3% | 0.63% | - |
| HSV(B) | 318.95º | 0.3% | 0.74% | - |
| XYZ | 36.59 | 30.26 | 42.44 | - |
| YUV | 153.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 171 | 0 | 0.30 | 0.10 | 0.26 | 318.95 | 0.3 | 0.63 |
| Hex | BD | 84 | AB | 0 | 1E | A | 1A | 13F | 1E | 3F |
| Octal | 275 | 204 | 253 | 0 | 36 | 12 | 32 | 477 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10101011 | 0 | 11110 | 1010 | 11010 | 100111111 | 11110 | 111111 |
Color Harmonies of #BD84AB
Complementary color
Monochromatic Colors of #BD84AB
Black with #BD84AB
Text Example
Text Example
White with #BD84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84AB; }
p { color: rgb(189,132,171); }
H1.HeaderClassName
{
color: #BD84AB;
}
.AnyTagClassName
{
color: #BD84AB;
}
</style>
background-color css
<style>
a { background-color: #BD84AB; }
a { background-color: rgb(189,132,171); }
div.DivClassName
{
background-color: #BD84AB;
}
.BgClassName
{
background-color: #BD84AB;
}
</style>
border-color css
<style>
span { border-color: #BD84AB; }
span { border-color: rgb(189,132,171); }
td.TdClassName
{
border-color: #BD84AB;
}
.TagClassName
{
border-color: #BD84AB;
}
</style>