Shades of Moon Raker #BDAADD
Tints of Moon Raker #BDAADD
RGB
CMYK
RGB Variations
Color information
#BDAADD (or 0xBDAADD) is known color: Moon Raker. HEX triplet: BD, AA and DD. RGB value is (189,170,221). Sum of RGB (Red+Green+Blue) = 189+170+221=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAADD is #425522. Grayscale: #B5B5B5. Windows color (decimal): -4347171 or 14527165. OLE color: 14527165.
HSL color Cylindrical-coordinate representation of color #BDAADD: hue angle of 262.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDAADD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 170 | 221 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.13 |
| HSL | 262.35º | 0.43% | 0.77% | - |
| HSV(B) | 262.35º | 0.23% | 0.87% | - |
| XYZ | 48.41 | 44.79 | 74.5 | - |
| YUV | 181.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 221 | 0.14 | 0.23 | 0 | 0.13 | 262.35 | 0.43 | 0.77 |
| Hex | BD | AA | DD | E | 17 | 0 | D | 106 | 2B | 4D |
| Octal | 275 | 252 | 335 | 16 | 27 | 0 | 15 | 406 | 53 | 115 |
| Binary | 10111101 | 10101010 | 11011101 | 1110 | 10111 | 0 | 1101 | 100000110 | 101011 | 1001101 |
Color Harmonies of #BDAADD
Complementary color
Monochromatic Colors of #BDAADD
Black with #BDAADD
Text Example
Text Example
White with #BDAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAADD; }
p { color: rgb(189,170,221); }
H1.HeaderClassName
{
color: #BDAADD;
}
.AnyTagClassName
{
color: #BDAADD;
}
</style>
background-color css
<style>
a { background-color: #BDAADD; }
a { background-color: rgb(189,170,221); }
div.DivClassName
{
background-color: #BDAADD;
}
.BgClassName
{
background-color: #BDAADD;
}
</style>
border-color css
<style>
span { border-color: #BDAADD; }
span { border-color: rgb(189,170,221); }
td.TdClassName
{
border-color: #BDAADD;
}
.TagClassName
{
border-color: #BDAADD;
}
</style>