Shades of London Hue #BD8FB6
Tints of London Hue #BD8FB6
RGB
CMYK
RGB Variations
Color information
#BD8FB6 (or 0xBD8FB6) is known color: London Hue. HEX triplet: BD, 8F and B6. RGB value is (189,143,182). Sum of RGB (Red+Green+Blue) = 189+143+182=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FB6 is #427049. Grayscale: #A1A1A1. Windows color (decimal): -4354122 or 11964349. OLE color: 11964349.
HSL color Cylindrical-coordinate representation of color #BD8FB6: hue angle of 309.13º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD8FB6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 182 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.26 |
| HSL | 309.13º | 0.26% | 0.65% | - |
| HSV(B) | 309.13º | 0.24% | 0.74% | - |
| XYZ | 39.25 | 33.84 | 48.72 | - |
| YUV | 161.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 182 | 0 | 0.24 | 0.04 | 0.26 | 309.13 | 0.26 | 0.65 |
| Hex | BD | 8F | B6 | 0 | 18 | 4 | 1A | 135 | 1A | 41 |
| Octal | 275 | 217 | 266 | 0 | 30 | 4 | 32 | 465 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10110110 | 0 | 11000 | 100 | 11010 | 100110101 | 11010 | 1000001 |
Color Harmonies of #BD8FB6
Complementary color
Monochromatic Colors of #BD8FB6
Black with #BD8FB6
Text Example
Text Example
White with #BD8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FB6; }
p { color: rgb(189,143,182); }
H1.HeaderClassName
{
color: #BD8FB6;
}
.AnyTagClassName
{
color: #BD8FB6;
}
</style>
background-color css
<style>
a { background-color: #BD8FB6; }
a { background-color: rgb(189,143,182); }
div.DivClassName
{
background-color: #BD8FB6;
}
.BgClassName
{
background-color: #BD8FB6;
}
</style>
border-color css
<style>
span { border-color: #BD8FB6; }
span { border-color: rgb(189,143,182); }
td.TdClassName
{
border-color: #BD8FB6;
}
.TagClassName
{
border-color: #BD8FB6;
}
</style>