Shades of London Hue #BD91B6
Tints of London Hue #BD91B6
RGB
CMYK
RGB Variations
Color information
#BD91B6 (or 0xBD91B6) is known color: London Hue. HEX triplet: BD, 91 and B6. RGB value is (189,145,182). Sum of RGB (Red+Green+Blue) = 189+145+182=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BD91B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91B6 is #426E49. Grayscale: #A2A2A2. Windows color (decimal): -4353610 or 11964861. OLE color: 11964861.
HSL color Cylindrical-coordinate representation of color #BD91B6: hue angle of 309.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD91B6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 182 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.26 |
| HSL | 309.55º | 0.25% | 0.65% | - |
| HSV(B) | 309.55º | 0.23% | 0.74% | - |
| XYZ | 39.56 | 34.45 | 48.82 | - |
| YUV | 162.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 182 | 0 | 0.23 | 0.04 | 0.26 | 309.55 | 0.25 | 0.65 |
| Hex | BD | 91 | B6 | 0 | 17 | 4 | 1A | 136 | 19 | 41 |
| Octal | 275 | 221 | 266 | 0 | 27 | 4 | 32 | 466 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10110110 | 0 | 10111 | 100 | 11010 | 100110110 | 11001 | 1000001 |
Color Harmonies of #BD91B6
Complementary color
Monochromatic Colors of #BD91B6
Black with #BD91B6
Text Example
Text Example
White with #BD91B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91B6; }
p { color: rgb(189,145,182); }
H1.HeaderClassName
{
color: #BD91B6;
}
.AnyTagClassName
{
color: #BD91B6;
}
</style>
background-color css
<style>
a { background-color: #BD91B6; }
a { background-color: rgb(189,145,182); }
div.DivClassName
{
background-color: #BD91B6;
}
.BgClassName
{
background-color: #BD91B6;
}
</style>
border-color css
<style>
span { border-color: #BD91B6; }
span { border-color: rgb(189,145,182); }
td.TdClassName
{
border-color: #BD91B6;
}
.TagClassName
{
border-color: #BD91B6;
}
</style>