Shades of Moon Raker #BDB3D7
Tints of Moon Raker #BDB3D7
RGB
CMYK
RGB Variations
Color information
#BDB3D7 (or 0xBDB3D7) is known color: Moon Raker. HEX triplet: BD, B3 and D7. RGB value is (189,179,215). Sum of RGB (Red+Green+Blue) = 189+179+215=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3D7 is #424C28. Grayscale: #B9B9B9. Windows color (decimal): -4344873 or 14136253. OLE color: 14136253.
HSL color Cylindrical-coordinate representation of color #BDB3D7: hue angle of 256.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB3D7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 179 | 215 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.16 |
| HSL | 256.67º | 0.31% | 0.77% | - |
| HSV(B) | 256.67º | 0.17% | 0.84% | - |
| XYZ | 49.37 | 47.97 | 70.95 | - |
| YUV | 186.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 215 | 0.12 | 0.17 | 0 | 0.16 | 256.67 | 0.31 | 0.77 |
| Hex | BD | B3 | D7 | C | 11 | 0 | 10 | 101 | 1F | 4D |
| Octal | 275 | 263 | 327 | 14 | 21 | 0 | 20 | 401 | 37 | 115 |
| Binary | 10111101 | 10110011 | 11010111 | 1100 | 10001 | 0 | 10000 | 100000001 | 11111 | 1001101 |
Color Harmonies of #BDB3D7
Complementary color
Monochromatic Colors of #BDB3D7
Black with #BDB3D7
Text Example
Text Example
White with #BDB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3D7; }
p { color: rgb(189,179,215); }
H1.HeaderClassName
{
color: #BDB3D7;
}
.AnyTagClassName
{
color: #BDB3D7;
}
</style>
background-color css
<style>
a { background-color: #BDB3D7; }
a { background-color: rgb(189,179,215); }
div.DivClassName
{
background-color: #BDB3D7;
}
.BgClassName
{
background-color: #BDB3D7;
}
</style>
border-color css
<style>
span { border-color: #BDB3D7; }
span { border-color: rgb(189,179,215); }
td.TdClassName
{
border-color: #BDB3D7;
}
.TagClassName
{
border-color: #BDB3D7;
}
</style>