Shades of Moon Raker #BDA9DE
Tints of Moon Raker #BDA9DE
RGB
CMYK
RGB Variations
Color information
#BDA9DE (or 0xBDA9DE) is known color: Moon Raker. HEX triplet: BD, A9 and DE. RGB value is (189,169,222). Sum of RGB (Red+Green+Blue) = 189+169+222=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9DE is #425621. Grayscale: #B4B4B4. Windows color (decimal): -4347426 or 14592445. OLE color: 14592445.
HSL color Cylindrical-coordinate representation of color #BDA9DE: hue angle of 262.64º 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 #BDA9DE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 169 | 222 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.13 |
| HSL | 262.64º | 0.45% | 0.77% | - |
| HSV(B) | 262.64º | 0.24% | 0.87% | - |
| XYZ | 48.36 | 44.47 | 75.14 | - |
| YUV | 181.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 222 | 0.15 | 0.24 | 0 | 0.13 | 262.64 | 0.45 | 0.77 |
| Hex | BD | A9 | DE | F | 18 | 0 | D | 107 | 2D | 4D |
| Octal | 275 | 251 | 336 | 17 | 30 | 0 | 15 | 407 | 55 | 115 |
| Binary | 10111101 | 10101001 | 11011110 | 1111 | 11000 | 0 | 1101 | 100000111 | 101101 | 1001101 |
Color Harmonies of #BDA9DE
Complementary color
Monochromatic Colors of #BDA9DE
Black with #BDA9DE
Text Example
Text Example
White with #BDA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9DE; }
p { color: rgb(189,169,222); }
H1.HeaderClassName
{
color: #BDA9DE;
}
.AnyTagClassName
{
color: #BDA9DE;
}
</style>
background-color css
<style>
a { background-color: #BDA9DE; }
a { background-color: rgb(189,169,222); }
div.DivClassName
{
background-color: #BDA9DE;
}
.BgClassName
{
background-color: #BDA9DE;
}
</style>
border-color css
<style>
span { border-color: #BDA9DE; }
span { border-color: rgb(189,169,222); }
td.TdClassName
{
border-color: #BDA9DE;
}
.TagClassName
{
border-color: #BDA9DE;
}
</style>