Shades of Moon Raker #BCADCD
Tints of Moon Raker #BCADCD
RGB
CMYK
RGB Variations
Color information
#BCADCD (or 0xBCADCD) is known color: Moon Raker. HEX triplet: BC, AD and CD. RGB value is (188,173,205). Sum of RGB (Red+Green+Blue) = 188+173+205=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCD is #435232. Grayscale: #B5B5B5. Windows color (decimal): -4411955 or 13479356. OLE color: 13479356.
HSL color Cylindrical-coordinate representation of color #BCADCD: hue angle of 268.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCADCD is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 173 | 205 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.20 |
| HSL | 268.13º | 0.24% | 0.74% | - |
| HSV(B) | 268.13º | 0.16% | 0.8% | - |
| XYZ | 46.7 | 44.99 | 63.98 | - |
| YUV | 181.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 205 | 0.08 | 0.16 | 0 | 0.20 | 268.13 | 0.24 | 0.74 |
| Hex | BC | AD | CD | 8 | 10 | 0 | 14 | 10C | 18 | 4A |
| Octal | 274 | 255 | 315 | 10 | 20 | 0 | 24 | 414 | 30 | 112 |
| Binary | 10111100 | 10101101 | 11001101 | 1000 | 10000 | 0 | 10100 | 100001100 | 11000 | 1001010 |
Color Harmonies of #BCADCD
Complementary color
Monochromatic Colors of #BCADCD
Black with #BCADCD
Text Example
Text Example
White with #BCADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADCD; }
p { color: rgb(188,173,205); }
H1.HeaderClassName
{
color: #BCADCD;
}
.AnyTagClassName
{
color: #BCADCD;
}
</style>
background-color css
<style>
a { background-color: #BCADCD; }
a { background-color: rgb(188,173,205); }
div.DivClassName
{
background-color: #BCADCD;
}
.BgClassName
{
background-color: #BCADCD;
}
</style>
border-color css
<style>
span { border-color: #BCADCD; }
span { border-color: rgb(188,173,205); }
td.TdClassName
{
border-color: #BCADCD;
}
.TagClassName
{
border-color: #BCADCD;
}
</style>