Shades of Moon Raker #BDACDB
Tints of Moon Raker #BDACDB
RGB
CMYK
RGB Variations
Color information
#BDACDB (or 0xBDACDB) is known color: Moon Raker. HEX triplet: BD, AC and DB. RGB value is (189,172,219). Sum of RGB (Red+Green+Blue) = 189+172+219=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACDB is #425324. Grayscale: #B6B6B6. Windows color (decimal): -4346661 or 14396605. OLE color: 14396605.
HSL color Cylindrical-coordinate representation of color #BDACDB: hue angle of 261.7º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDACDB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 172 | 219 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.14 |
| HSL | 261.7º | 0.39% | 0.77% | - |
| HSV(B) | 261.7º | 0.21% | 0.86% | - |
| XYZ | 48.52 | 45.44 | 73.23 | - |
| YUV | 182.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 219 | 0.14 | 0.21 | 0 | 0.14 | 261.7 | 0.39 | 0.77 |
| Hex | BD | AC | DB | E | 15 | 0 | E | 106 | 27 | 4D |
| Octal | 275 | 254 | 333 | 16 | 25 | 0 | 16 | 406 | 47 | 115 |
| Binary | 10111101 | 10101100 | 11011011 | 1110 | 10101 | 0 | 1110 | 100000110 | 100111 | 1001101 |
Color Harmonies of #BDACDB
Complementary color
Monochromatic Colors of #BDACDB
Black with #BDACDB
Text Example
Text Example
White with #BDACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACDB; }
p { color: rgb(189,172,219); }
H1.HeaderClassName
{
color: #BDACDB;
}
.AnyTagClassName
{
color: #BDACDB;
}
</style>
background-color css
<style>
a { background-color: #BDACDB; }
a { background-color: rgb(189,172,219); }
div.DivClassName
{
background-color: #BDACDB;
}
.BgClassName
{
background-color: #BDACDB;
}
</style>
border-color css
<style>
span { border-color: #BDACDB; }
span { border-color: rgb(189,172,219); }
td.TdClassName
{
border-color: #BDACDB;
}
.TagClassName
{
border-color: #BDACDB;
}
</style>