Shades of Moon Raker #BDADCF
Tints of Moon Raker #BDADCF
RGB
CMYK
RGB Variations
Color information
#BDADCF (or 0xBDADCF) is known color: Moon Raker. HEX triplet: BD, AD and CF. RGB value is (189,173,207). Sum of RGB (Red+Green+Blue) = 189+173+207=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADCF is #425230. Grayscale: #B5B5B5. Windows color (decimal): -4346417 or 13610429. OLE color: 13610429.
HSL color Cylindrical-coordinate representation of color #BDADCF: hue angle of 268.24º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDADCF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 173 | 207 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.19 |
| HSL | 268.24º | 0.26% | 0.75% | - |
| HSV(B) | 268.24º | 0.16% | 0.81% | - |
| XYZ | 47.19 | 45.21 | 65.27 | - |
| YUV | 181.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 207 | 0.09 | 0.16 | 0 | 0.19 | 268.24 | 0.26 | 0.75 |
| Hex | BD | AD | CF | 9 | 10 | 0 | 13 | 10C | 1A | 4B |
| Octal | 275 | 255 | 317 | 11 | 20 | 0 | 23 | 414 | 32 | 113 |
| Binary | 10111101 | 10101101 | 11001111 | 1001 | 10000 | 0 | 10011 | 100001100 | 11010 | 1001011 |
Color Harmonies of #BDADCF
Complementary color
Monochromatic Colors of #BDADCF
Black with #BDADCF
Text Example
Text Example
White with #BDADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADCF; }
p { color: rgb(189,173,207); }
H1.HeaderClassName
{
color: #BDADCF;
}
.AnyTagClassName
{
color: #BDADCF;
}
</style>
background-color css
<style>
a { background-color: #BDADCF; }
a { background-color: rgb(189,173,207); }
div.DivClassName
{
background-color: #BDADCF;
}
.BgClassName
{
background-color: #BDADCF;
}
</style>
border-color css
<style>
span { border-color: #BDADCF; }
span { border-color: rgb(189,173,207); }
td.TdClassName
{
border-color: #BDADCF;
}
.TagClassName
{
border-color: #BDADCF;
}
</style>