Shades of London Hue #BD93BB
Tints of London Hue #BD93BB
RGB
CMYK
RGB Variations
Color information
#BD93BB (or 0xBD93BB) is known color: London Hue. HEX triplet: BD, 93 and BB. RGB value is (189,147,187). Sum of RGB (Red+Green+Blue) = 189+147+187=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BB is #426C44. Grayscale: #A3A3A3. Windows color (decimal): -4353093 or 12293053. OLE color: 12293053.
HSL color Cylindrical-coordinate representation of color #BD93BB: hue angle of 302.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93BB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 187 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.26 |
| HSL | 302.86º | 0.24% | 0.66% | - |
| HSV(B) | 302.86º | 0.22% | 0.74% | - |
| XYZ | 40.39 | 35.27 | 51.69 | - |
| YUV | 164.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 187 | 0 | 0.22 | 0.01 | 0.26 | 302.86 | 0.24 | 0.66 |
| Hex | BD | 93 | BB | 0 | 16 | 1 | 1A | 12F | 18 | 42 |
| Octal | 275 | 223 | 273 | 0 | 26 | 1 | 32 | 457 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10111011 | 0 | 10110 | 1 | 11010 | 100101111 | 11000 | 1000010 |
Color Harmonies of #BD93BB
Complementary color
Monochromatic Colors of #BD93BB
Black with #BD93BB
Text Example
Text Example
White with #BD93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93BB; }
p { color: rgb(189,147,187); }
H1.HeaderClassName
{
color: #BD93BB;
}
.AnyTagClassName
{
color: #BD93BB;
}
</style>
background-color css
<style>
a { background-color: #BD93BB; }
a { background-color: rgb(189,147,187); }
div.DivClassName
{
background-color: #BD93BB;
}
.BgClassName
{
background-color: #BD93BB;
}
</style>
border-color css
<style>
span { border-color: #BD93BB; }
span { border-color: rgb(189,147,187); }
td.TdClassName
{
border-color: #BD93BB;
}
.TagClassName
{
border-color: #BD93BB;
}
</style>