Shades of London Hue #BD8FB4
Tints of London Hue #BD8FB4
RGB
CMYK
RGB Variations
Color information
#BD8FB4 (or 0xBD8FB4) is known color: London Hue. HEX triplet: BD, 8F and B4. RGB value is (189,143,180). Sum of RGB (Red+Green+Blue) = 189+143+180=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FB4 is #42704B. Grayscale: #A0A0A0. Windows color (decimal): -4354124 or 11833277. OLE color: 11833277.
HSL color Cylindrical-coordinate representation of color #BD8FB4: hue angle of 311.74º 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 #BD8FB4 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 180 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.26 |
| HSL | 311.74º | 0.26% | 0.65% | - |
| HSV(B) | 311.74º | 0.24% | 0.74% | - |
| XYZ | 39.05 | 33.76 | 47.64 | - |
| YUV | 160.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 180 | 0 | 0.24 | 0.05 | 0.26 | 311.74 | 0.26 | 0.65 |
| Hex | BD | 8F | B4 | 0 | 18 | 5 | 1A | 138 | 1A | 41 |
| Octal | 275 | 217 | 264 | 0 | 30 | 5 | 32 | 470 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10110100 | 0 | 11000 | 101 | 11010 | 100111000 | 11010 | 1000001 |
Color Harmonies of #BD8FB4
Complementary color
Monochromatic Colors of #BD8FB4
Black with #BD8FB4
Text Example
Text Example
White with #BD8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FB4; }
p { color: rgb(189,143,180); }
H1.HeaderClassName
{
color: #BD8FB4;
}
.AnyTagClassName
{
color: #BD8FB4;
}
</style>
background-color css
<style>
a { background-color: #BD8FB4; }
a { background-color: rgb(189,143,180); }
div.DivClassName
{
background-color: #BD8FB4;
}
.BgClassName
{
background-color: #BD8FB4;
}
</style>
border-color css
<style>
span { border-color: #BD8FB4; }
span { border-color: rgb(189,143,180); }
td.TdClassName
{
border-color: #BD8FB4;
}
.TagClassName
{
border-color: #BD8FB4;
}
</style>