Shades of Moon Raker #BDACD4
Tints of Moon Raker #BDACD4
RGB
CMYK
RGB Variations
Color information
#BDACD4 (or 0xBDACD4) is known color: Moon Raker. HEX triplet: BD, AC and D4. RGB value is (189,172,212). Sum of RGB (Red+Green+Blue) = 189+172+212=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACD4 is #42532B. Grayscale: #B5B5B5. Windows color (decimal): -4346668 or 13937853. OLE color: 13937853.
HSL color Cylindrical-coordinate representation of color #BDACD4: hue angle of 265.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDACD4 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 172 | 212 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.17 |
| HSL | 265.5º | 0.32% | 0.75% | - |
| HSV(B) | 265.5º | 0.19% | 0.83% | - |
| XYZ | 47.62 | 45.08 | 68.48 | - |
| YUV | 181.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 212 | 0.11 | 0.19 | 0 | 0.17 | 265.5 | 0.32 | 0.75 |
| Hex | BD | AC | D4 | B | 13 | 0 | 11 | 10A | 20 | 4B |
| Octal | 275 | 254 | 324 | 13 | 23 | 0 | 21 | 412 | 40 | 113 |
| Binary | 10111101 | 10101100 | 11010100 | 1011 | 10011 | 0 | 10001 | 100001010 | 100000 | 1001011 |
Color Harmonies of #BDACD4
Complementary color
Monochromatic Colors of #BDACD4
Black with #BDACD4
Text Example
Text Example
White with #BDACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACD4; }
p { color: rgb(189,172,212); }
H1.HeaderClassName
{
color: #BDACD4;
}
.AnyTagClassName
{
color: #BDACD4;
}
</style>
background-color css
<style>
a { background-color: #BDACD4; }
a { background-color: rgb(189,172,212); }
div.DivClassName
{
background-color: #BDACD4;
}
.BgClassName
{
background-color: #BDACD4;
}
</style>
border-color css
<style>
span { border-color: #BDACD4; }
span { border-color: rgb(189,172,212); }
td.TdClassName
{
border-color: #BDACD4;
}
.TagClassName
{
border-color: #BDACD4;
}
</style>