Shades of London Hue #BD85AC
Tints of London Hue #BD85AC
RGB
CMYK
RGB Variations
Color information
#BD85AC (or 0xBD85AC) is known color: London Hue. HEX triplet: BD, 85 and AC. RGB value is (189,133,172). Sum of RGB (Red+Green+Blue) = 189+133+172=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD85AC is #427A53. Grayscale: #9A9A9A. Windows color (decimal): -4356692 or 11306429. OLE color: 11306429.
HSL color Cylindrical-coordinate representation of color #BD85AC: hue angle of 318.21º 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 #BD85AC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 172 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.26 |
| HSL | 318.21º | 0.3% | 0.63% | - |
| HSV(B) | 318.21º | 0.3% | 0.74% | - |
| XYZ | 36.82 | 30.57 | 42.99 | - |
| YUV | 154.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 172 | 0 | 0.30 | 0.09 | 0.26 | 318.21 | 0.3 | 0.63 |
| Hex | BD | 85 | AC | 0 | 1E | 9 | 1A | 13E | 1E | 3F |
| Octal | 275 | 205 | 254 | 0 | 36 | 11 | 32 | 476 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10101100 | 0 | 11110 | 1001 | 11010 | 100111110 | 11110 | 111111 |
Color Harmonies of #BD85AC
Complementary color
Monochromatic Colors of #BD85AC
Black with #BD85AC
Text Example
Text Example
White with #BD85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85AC; }
p { color: rgb(189,133,172); }
H1.HeaderClassName
{
color: #BD85AC;
}
.AnyTagClassName
{
color: #BD85AC;
}
</style>
background-color css
<style>
a { background-color: #BD85AC; }
a { background-color: rgb(189,133,172); }
div.DivClassName
{
background-color: #BD85AC;
}
.BgClassName
{
background-color: #BD85AC;
}
</style>
border-color css
<style>
span { border-color: #BD85AC; }
span { border-color: rgb(189,133,172); }
td.TdClassName
{
border-color: #BD85AC;
}
.TagClassName
{
border-color: #BD85AC;
}
</style>