Shades of London Hue #BD95BA
Tints of London Hue #BD95BA
RGB
CMYK
RGB Variations
Color information
#BD95BA (or 0xBD95BA) is known color: London Hue. HEX triplet: BD, 95 and BA. RGB value is (189,149,186). Sum of RGB (Red+Green+Blue) = 189+149+186=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BD95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BA is #426A45. Grayscale: #A5A5A5. Windows color (decimal): -4352582 or 12228029. OLE color: 12228029.
HSL color Cylindrical-coordinate representation of color #BD95BA: hue angle of 304.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD95BA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 186 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.26 |
| HSL | 304.5º | 0.23% | 0.66% | - |
| HSV(B) | 304.5º | 0.21% | 0.74% | - |
| XYZ | 40.6 | 35.86 | 51.24 | - |
| YUV | 165.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 186 | 0 | 0.21 | 0.02 | 0.26 | 304.5 | 0.23 | 0.66 |
| Hex | BD | 95 | BA | 0 | 15 | 2 | 1A | 130 | 17 | 42 |
| Octal | 275 | 225 | 272 | 0 | 25 | 2 | 32 | 460 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10111010 | 0 | 10101 | 10 | 11010 | 100110000 | 10111 | 1000010 |
Color Harmonies of #BD95BA
Complementary color
Monochromatic Colors of #BD95BA
Black with #BD95BA
Text Example
Text Example
White with #BD95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95BA; }
p { color: rgb(189,149,186); }
H1.HeaderClassName
{
color: #BD95BA;
}
.AnyTagClassName
{
color: #BD95BA;
}
</style>
background-color css
<style>
a { background-color: #BD95BA; }
a { background-color: rgb(189,149,186); }
div.DivClassName
{
background-color: #BD95BA;
}
.BgClassName
{
background-color: #BD95BA;
}
</style>
border-color css
<style>
span { border-color: #BD95BA; }
span { border-color: rgb(189,149,186); }
td.TdClassName
{
border-color: #BD95BA;
}
.TagClassName
{
border-color: #BD95BA;
}
</style>