Shades of Moon Raker #BDADE0
Tints of Moon Raker #BDADE0
RGB
CMYK
RGB Variations
Color information
#BDADE0 (or 0xBDADE0) is known color: Moon Raker. HEX triplet: BD, AD and E0. RGB value is (189,173,224). Sum of RGB (Red+Green+Blue) = 189+173+224=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADE0 is #42521F. Grayscale: #B7B7B7. Windows color (decimal): -4346400 or 14724541. OLE color: 14724541.
HSL color Cylindrical-coordinate representation of color #BDADE0: hue angle of 258.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDADE0 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 173 | 224 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.12 |
| HSL | 258.82º | 0.45% | 0.78% | - |
| HSV(B) | 258.82º | 0.23% | 0.88% | - |
| XYZ | 49.38 | 46.09 | 76.81 | - |
| YUV | 183.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 224 | 0.16 | 0.23 | 0 | 0.12 | 258.82 | 0.45 | 0.78 |
| Hex | BD | AD | E0 | 10 | 17 | 0 | C | 103 | 2D | 4E |
| Octal | 275 | 255 | 340 | 20 | 27 | 0 | 14 | 403 | 55 | 116 |
| Binary | 10111101 | 10101101 | 11100000 | 10000 | 10111 | 0 | 1100 | 100000011 | 101101 | 1001110 |
Color Harmonies of #BDADE0
Complementary color
Monochromatic Colors of #BDADE0
Black with #BDADE0
Text Example
Text Example
White with #BDADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADE0; }
p { color: rgb(189,173,224); }
H1.HeaderClassName
{
color: #BDADE0;
}
.AnyTagClassName
{
color: #BDADE0;
}
</style>
background-color css
<style>
a { background-color: #BDADE0; }
a { background-color: rgb(189,173,224); }
div.DivClassName
{
background-color: #BDADE0;
}
.BgClassName
{
background-color: #BDADE0;
}
</style>
border-color css
<style>
span { border-color: #BDADE0; }
span { border-color: rgb(189,173,224); }
td.TdClassName
{
border-color: #BDADE0;
}
.TagClassName
{
border-color: #BDADE0;
}
</style>