Shades of London Hue #BD8BB4
Tints of London Hue #BD8BB4
RGB
CMYK
RGB Variations
Color information
#BD8BB4 (or 0xBD8BB4) is known color: London Hue. HEX triplet: BD, 8B and B4. RGB value is (189,139,180). Sum of RGB (Red+Green+Blue) = 189+139+180=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BB4 is #42744B. Grayscale: #9E9E9E. Windows color (decimal): -4355148 or 11832253. OLE color: 11832253.
HSL color Cylindrical-coordinate representation of color #BD8BB4: hue angle of 310.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8BB4 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 139 | 180 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.26 |
| HSL | 310.8º | 0.27% | 0.64% | - |
| HSV(B) | 310.8º | 0.26% | 0.74% | - |
| XYZ | 38.46 | 32.58 | 47.44 | - |
| YUV | 158.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 180 | 0 | 0.26 | 0.05 | 0.26 | 310.8 | 0.27 | 0.64 |
| Hex | BD | 8B | B4 | 0 | 1A | 5 | 1A | 137 | 1B | 40 |
| Octal | 275 | 213 | 264 | 0 | 32 | 5 | 32 | 467 | 33 | 100 |
| Binary | 10111101 | 10001011 | 10110100 | 0 | 11010 | 101 | 11010 | 100110111 | 11011 | 1000000 |
Color Harmonies of #BD8BB4
Complementary color
Monochromatic Colors of #BD8BB4
Black with #BD8BB4
Text Example
Text Example
White with #BD8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BB4; }
p { color: rgb(189,139,180); }
H1.HeaderClassName
{
color: #BD8BB4;
}
.AnyTagClassName
{
color: #BD8BB4;
}
</style>
background-color css
<style>
a { background-color: #BD8BB4; }
a { background-color: rgb(189,139,180); }
div.DivClassName
{
background-color: #BD8BB4;
}
.BgClassName
{
background-color: #BD8BB4;
}
</style>
border-color css
<style>
span { border-color: #BD8BB4; }
span { border-color: rgb(189,139,180); }
td.TdClassName
{
border-color: #BD8BB4;
}
.TagClassName
{
border-color: #BD8BB4;
}
</style>