Shades of Moon Raker #BDADDF
Tints of Moon Raker #BDADDF
RGB
CMYK
RGB Variations
Color information
#BDADDF (or 0xBDADDF) is known color: Moon Raker. HEX triplet: BD, AD and DF. RGB value is (189,173,223). Sum of RGB (Red+Green+Blue) = 189+173+223=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADDF is #425220. Grayscale: #B7B7B7. Windows color (decimal): -4346401 or 14659005. OLE color: 14659005.
HSL color Cylindrical-coordinate representation of color #BDADDF: hue angle of 259.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDADDF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 173 | 223 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.13 |
| HSL | 259.2º | 0.44% | 0.78% | - |
| HSV(B) | 259.2º | 0.22% | 0.87% | - |
| XYZ | 49.25 | 46.03 | 76.1 | - |
| YUV | 183.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 223 | 0.15 | 0.22 | 0 | 0.13 | 259.2 | 0.44 | 0.78 |
| Hex | BD | AD | DF | F | 16 | 0 | D | 103 | 2C | 4E |
| Octal | 275 | 255 | 337 | 17 | 26 | 0 | 15 | 403 | 54 | 116 |
| Binary | 10111101 | 10101101 | 11011111 | 1111 | 10110 | 0 | 1101 | 100000011 | 101100 | 1001110 |
Color Harmonies of #BDADDF
Complementary color
Monochromatic Colors of #BDADDF
Black with #BDADDF
Text Example
Text Example
White with #BDADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADDF; }
p { color: rgb(189,173,223); }
H1.HeaderClassName
{
color: #BDADDF;
}
.AnyTagClassName
{
color: #BDADDF;
}
</style>
background-color css
<style>
a { background-color: #BDADDF; }
a { background-color: rgb(189,173,223); }
div.DivClassName
{
background-color: #BDADDF;
}
.BgClassName
{
background-color: #BDADDF;
}
</style>
border-color css
<style>
span { border-color: #BDADDF; }
span { border-color: rgb(189,173,223); }
td.TdClassName
{
border-color: #BDADDF;
}
.TagClassName
{
border-color: #BDADDF;
}
</style>