Shades of Moon Raker #BDAADF
Tints of Moon Raker #BDAADF
RGB
CMYK
RGB Variations
Color information
#BDAADF (or 0xBDAADF) is known color: Moon Raker. HEX triplet: BD, AA and DF. RGB value is (189,170,223). Sum of RGB (Red+Green+Blue) = 189+170+223=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAADF is #425520. Grayscale: #B5B5B5. Windows color (decimal): -4347169 or 14658237. OLE color: 14658237.
HSL color Cylindrical-coordinate representation of color #BDAADF: hue angle of 261.51º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAADF is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 170 | 223 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.13 |
| HSL | 261.51º | 0.45% | 0.77% | - |
| HSV(B) | 261.51º | 0.24% | 0.87% | - |
| XYZ | 48.68 | 44.9 | 75.91 | - |
| YUV | 181.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 223 | 0.15 | 0.24 | 0 | 0.13 | 261.51 | 0.45 | 0.77 |
| Hex | BD | AA | DF | F | 18 | 0 | D | 106 | 2D | 4D |
| Octal | 275 | 252 | 337 | 17 | 30 | 0 | 15 | 406 | 55 | 115 |
| Binary | 10111101 | 10101010 | 11011111 | 1111 | 11000 | 0 | 1101 | 100000110 | 101101 | 1001101 |
Color Harmonies of #BDAADF
Complementary color
Monochromatic Colors of #BDAADF
Black with #BDAADF
Text Example
Text Example
White with #BDAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAADF; }
p { color: rgb(189,170,223); }
H1.HeaderClassName
{
color: #BDAADF;
}
.AnyTagClassName
{
color: #BDAADF;
}
</style>
background-color css
<style>
a { background-color: #BDAADF; }
a { background-color: rgb(189,170,223); }
div.DivClassName
{
background-color: #BDAADF;
}
.BgClassName
{
background-color: #BDAADF;
}
</style>
border-color css
<style>
span { border-color: #BDAADF; }
span { border-color: rgb(189,170,223); }
td.TdClassName
{
border-color: #BDAADF;
}
.TagClassName
{
border-color: #BDAADF;
}
</style>