Shades of London Hue #BD92BB
Tints of London Hue #BD92BB
RGB
CMYK
RGB Variations
Color information
#BD92BB (or 0xBD92BB) is known color: London Hue. HEX triplet: BD, 92 and BB. RGB value is (189,146,187). Sum of RGB (Red+Green+Blue) = 189+146+187=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BB is #426D44. Grayscale: #A3A3A3. Windows color (decimal): -4353349 or 12292797. OLE color: 12292797.
HSL color Cylindrical-coordinate representation of color #BD92BB: hue angle of 302.79º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD92BB is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 187 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.26 |
| HSL | 302.79º | 0.25% | 0.66% | - |
| HSV(B) | 302.79º | 0.23% | 0.74% | - |
| XYZ | 40.23 | 34.96 | 51.64 | - |
| YUV | 163.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 187 | 0 | 0.23 | 0.01 | 0.26 | 302.79 | 0.25 | 0.66 |
| Hex | BD | 92 | BB | 0 | 17 | 1 | 1A | 12F | 19 | 42 |
| Octal | 275 | 222 | 273 | 0 | 27 | 1 | 32 | 457 | 31 | 102 |
| Binary | 10111101 | 10010010 | 10111011 | 0 | 10111 | 1 | 11010 | 100101111 | 11001 | 1000010 |
Color Harmonies of #BD92BB
Complementary color
Monochromatic Colors of #BD92BB
Black with #BD92BB
Text Example
Text Example
White with #BD92BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92BB; }
p { color: rgb(189,146,187); }
H1.HeaderClassName
{
color: #BD92BB;
}
.AnyTagClassName
{
color: #BD92BB;
}
</style>
background-color css
<style>
a { background-color: #BD92BB; }
a { background-color: rgb(189,146,187); }
div.DivClassName
{
background-color: #BD92BB;
}
.BgClassName
{
background-color: #BD92BB;
}
</style>
border-color css
<style>
span { border-color: #BD92BB; }
span { border-color: rgb(189,146,187); }
td.TdClassName
{
border-color: #BD92BB;
}
.TagClassName
{
border-color: #BD92BB;
}
</style>