Shades of Moon Raker #BDACD0
Tints of Moon Raker #BDACD0
RGB
CMYK
RGB Variations
Color information
#BDACD0 (or 0xBDACD0) is known color: Moon Raker. HEX triplet: BD, AC and D0. RGB value is (189,172,208). Sum of RGB (Red+Green+Blue) = 189+172+208=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD0 is #42532F. Grayscale: #B5B5B5. Windows color (decimal): -4346672 or 13675709. OLE color: 13675709.
HSL color Cylindrical-coordinate representation of color #BDACD0: hue angle of 268.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDACD0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 172 | 208 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.18 |
| HSL | 268.33º | 0.28% | 0.75% | - |
| HSV(B) | 268.33º | 0.17% | 0.82% | - |
| XYZ | 47.12 | 44.88 | 65.85 | - |
| YUV | 181.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 208 | 0.09 | 0.17 | 0 | 0.18 | 268.33 | 0.28 | 0.75 |
| Hex | BD | AC | D0 | 9 | 11 | 0 | 12 | 10C | 1C | 4B |
| Octal | 275 | 254 | 320 | 11 | 21 | 0 | 22 | 414 | 34 | 113 |
| Binary | 10111101 | 10101100 | 11010000 | 1001 | 10001 | 0 | 10010 | 100001100 | 11100 | 1001011 |
Color Harmonies of #BDACD0
Complementary color
Monochromatic Colors of #BDACD0
Black with #BDACD0
Text Example
Text Example
White with #BDACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACD0; }
p { color: rgb(189,172,208); }
H1.HeaderClassName
{
color: #BDACD0;
}
.AnyTagClassName
{
color: #BDACD0;
}
</style>
background-color css
<style>
a { background-color: #BDACD0; }
a { background-color: rgb(189,172,208); }
div.DivClassName
{
background-color: #BDACD0;
}
.BgClassName
{
background-color: #BDACD0;
}
</style>
border-color css
<style>
span { border-color: #BDACD0; }
span { border-color: rgb(189,172,208); }
td.TdClassName
{
border-color: #BDACD0;
}
.TagClassName
{
border-color: #BDACD0;
}
</style>