Shades of Moon Raker #BDABD8
Tints of Moon Raker #BDABD8
RGB
CMYK
RGB Variations
Color information
#BDABD8 (or 0xBDABD8) is known color: Moon Raker. HEX triplet: BD, AB and D8. RGB value is (189,171,216). Sum of RGB (Red+Green+Blue) = 189+171+216=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABD8 is #425427. Grayscale: #B5B5B5. Windows color (decimal): -4346920 or 14199741. OLE color: 14199741.
HSL color Cylindrical-coordinate representation of color #BDABD8: hue angle of 264º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDABD8 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 171 | 216 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.15 |
| HSL | 264º | 0.37% | 0.76% | - |
| HSV(B) | 264º | 0.21% | 0.85% | - |
| XYZ | 47.94 | 44.9 | 71.11 | - |
| YUV | 181.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 216 | 0.12 | 0.21 | 0 | 0.15 | 264 | 0.37 | 0.76 |
| Hex | BD | AB | D8 | C | 15 | 0 | F | 108 | 25 | 4C |
| Octal | 275 | 253 | 330 | 14 | 25 | 0 | 17 | 410 | 45 | 114 |
| Binary | 10111101 | 10101011 | 11011000 | 1100 | 10101 | 0 | 1111 | 100001000 | 100101 | 1001100 |
Color Harmonies of #BDABD8
Complementary color
Monochromatic Colors of #BDABD8
Black with #BDABD8
Text Example
Text Example
White with #BDABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABD8; }
p { color: rgb(189,171,216); }
H1.HeaderClassName
{
color: #BDABD8;
}
.AnyTagClassName
{
color: #BDABD8;
}
</style>
background-color css
<style>
a { background-color: #BDABD8; }
a { background-color: rgb(189,171,216); }
div.DivClassName
{
background-color: #BDABD8;
}
.BgClassName
{
background-color: #BDABD8;
}
</style>
border-color css
<style>
span { border-color: #BDABD8; }
span { border-color: rgb(189,171,216); }
td.TdClassName
{
border-color: #BDABD8;
}
.TagClassName
{
border-color: #BDABD8;
}
</style>