Shades of Moon Raker #BDADD6
Tints of Moon Raker #BDADD6
RGB
CMYK
RGB Variations
Color information
#BDADD6 (or 0xBDADD6) is known color: Moon Raker. HEX triplet: BD, AD and D6. RGB value is (189,173,214). Sum of RGB (Red+Green+Blue) = 189+173+214=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD6 is #425229. Grayscale: #B6B6B6. Windows color (decimal): -4346410 or 14069181. OLE color: 14069181.
HSL color Cylindrical-coordinate representation of color #BDADD6: hue angle of 263.41º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDADD6 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 173 | 214 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.16 |
| HSL | 263.41º | 0.33% | 0.76% | - |
| HSV(B) | 263.41º | 0.19% | 0.84% | - |
| XYZ | 48.07 | 45.56 | 69.88 | - |
| YUV | 182.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 214 | 0.12 | 0.19 | 0 | 0.16 | 263.41 | 0.33 | 0.76 |
| Hex | BD | AD | D6 | C | 13 | 0 | 10 | 107 | 21 | 4C |
| Octal | 275 | 255 | 326 | 14 | 23 | 0 | 20 | 407 | 41 | 114 |
| Binary | 10111101 | 10101101 | 11010110 | 1100 | 10011 | 0 | 10000 | 100000111 | 100001 | 1001100 |
Color Harmonies of #BDADD6
Complementary color
Monochromatic Colors of #BDADD6
Black with #BDADD6
Text Example
Text Example
White with #BDADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADD6; }
p { color: rgb(189,173,214); }
H1.HeaderClassName
{
color: #BDADD6;
}
.AnyTagClassName
{
color: #BDADD6;
}
</style>
background-color css
<style>
a { background-color: #BDADD6; }
a { background-color: rgb(189,173,214); }
div.DivClassName
{
background-color: #BDADD6;
}
.BgClassName
{
background-color: #BDADD6;
}
</style>
border-color css
<style>
span { border-color: #BDADD6; }
span { border-color: rgb(189,173,214); }
td.TdClassName
{
border-color: #BDADD6;
}
.TagClassName
{
border-color: #BDADD6;
}
</style>