Shades of Moon Raker #BDB0DD
Tints of Moon Raker #BDB0DD
RGB
CMYK
RGB Variations
Color information
#BDB0DD (or 0xBDB0DD) is known color: Moon Raker. HEX triplet: BD, B0 and DD. RGB value is (189,176,221). Sum of RGB (Red+Green+Blue) = 189+176+221=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0DD is #424F22. Grayscale: #B8B8B8. Windows color (decimal): -4345635 or 14528701. OLE color: 14528701.
HSL color Cylindrical-coordinate representation of color #BDB0DD: hue angle of 257.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB0DD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 176 | 221 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.13 |
| HSL | 257.33º | 0.4% | 0.78% | - |
| HSV(B) | 257.33º | 0.2% | 0.87% | - |
| XYZ | 49.56 | 47.09 | 74.88 | - |
| YUV | 185.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 221 | 0.14 | 0.20 | 0 | 0.13 | 257.33 | 0.4 | 0.78 |
| Hex | BD | B0 | DD | E | 14 | 0 | D | 101 | 28 | 4E |
| Octal | 275 | 260 | 335 | 16 | 24 | 0 | 15 | 401 | 50 | 116 |
| Binary | 10111101 | 10110000 | 11011101 | 1110 | 10100 | 0 | 1101 | 100000001 | 101000 | 1001110 |
Color Harmonies of #BDB0DD
Complementary color
Monochromatic Colors of #BDB0DD
Black with #BDB0DD
Text Example
Text Example
White with #BDB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0DD; }
p { color: rgb(189,176,221); }
H1.HeaderClassName
{
color: #BDB0DD;
}
.AnyTagClassName
{
color: #BDB0DD;
}
</style>
background-color css
<style>
a { background-color: #BDB0DD; }
a { background-color: rgb(189,176,221); }
div.DivClassName
{
background-color: #BDB0DD;
}
.BgClassName
{
background-color: #BDB0DD;
}
</style>
border-color css
<style>
span { border-color: #BDB0DD; }
span { border-color: rgb(189,176,221); }
td.TdClassName
{
border-color: #BDB0DD;
}
.TagClassName
{
border-color: #BDB0DD;
}
</style>