Shades of London Hue #BD89AF
Tints of London Hue #BD89AF
RGB
CMYK
RGB Variations
Color information
#BD89AF (or 0xBD89AF) is known color: London Hue. HEX triplet: BD, 89 and AF. RGB value is (189,137,175). Sum of RGB (Red+Green+Blue) = 189+137+175=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD89AF is #427650. Grayscale: #9C9C9C. Windows color (decimal): -4355665 or 11504061. OLE color: 11504061.
HSL color Cylindrical-coordinate representation of color #BD89AF: hue angle of 316.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD89AF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 175 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.26 |
| HSL | 316.15º | 0.28% | 0.64% | - |
| HSV(B) | 316.15º | 0.28% | 0.74% | - |
| XYZ | 37.67 | 31.81 | 44.71 | - |
| YUV | 156.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 175 | 0 | 0.28 | 0.07 | 0.26 | 316.15 | 0.28 | 0.64 |
| Hex | BD | 89 | AF | 0 | 1C | 7 | 1A | 13C | 1C | 40 |
| Octal | 275 | 211 | 257 | 0 | 34 | 7 | 32 | 474 | 34 | 100 |
| Binary | 10111101 | 10001001 | 10101111 | 0 | 11100 | 111 | 11010 | 100111100 | 11100 | 1000000 |
Color Harmonies of #BD89AF
Complementary color
Monochromatic Colors of #BD89AF
Black with #BD89AF
Text Example
Text Example
White with #BD89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89AF; }
p { color: rgb(189,137,175); }
H1.HeaderClassName
{
color: #BD89AF;
}
.AnyTagClassName
{
color: #BD89AF;
}
</style>
background-color css
<style>
a { background-color: #BD89AF; }
a { background-color: rgb(189,137,175); }
div.DivClassName
{
background-color: #BD89AF;
}
.BgClassName
{
background-color: #BD89AF;
}
</style>
border-color css
<style>
span { border-color: #BD89AF; }
span { border-color: rgb(189,137,175); }
td.TdClassName
{
border-color: #BD89AF;
}
.TagClassName
{
border-color: #BD89AF;
}
</style>