Shades of Moon Raker #BCA8DF
Tints of Moon Raker #BCA8DF
RGB
CMYK
RGB Variations
Color information
#BCA8DF (or 0xBCA8DF) is known color: Moon Raker. HEX triplet: BC, A8 and DF. RGB value is (188,168,223). Sum of RGB (Red+Green+Blue) = 188+168+223=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DF is #435720. Grayscale: #B4B4B4. Windows color (decimal): -4413217 or 14657724. OLE color: 14657724.
HSL color Cylindrical-coordinate representation of color #BCA8DF: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA8DF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 168 | 223 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.13 |
| HSL | 261.82º | 0.46% | 0.77% | - |
| HSV(B) | 261.82º | 0.25% | 0.87% | - |
| XYZ | 48.06 | 44.02 | 75.78 | - |
| YUV | 180.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 223 | 0.16 | 0.25 | 0 | 0.13 | 261.82 | 0.46 | 0.77 |
| Hex | BC | A8 | DF | 10 | 19 | 0 | D | 106 | 2E | 4D |
| Octal | 274 | 250 | 337 | 20 | 31 | 0 | 15 | 406 | 56 | 115 |
| Binary | 10111100 | 10101000 | 11011111 | 10000 | 11001 | 0 | 1101 | 100000110 | 101110 | 1001101 |
Color Harmonies of #BCA8DF
Complementary color
Monochromatic Colors of #BCA8DF
Black with #BCA8DF
Text Example
Text Example
White with #BCA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8DF; }
p { color: rgb(188,168,223); }
H1.HeaderClassName
{
color: #BCA8DF;
}
.AnyTagClassName
{
color: #BCA8DF;
}
</style>
background-color css
<style>
a { background-color: #BCA8DF; }
a { background-color: rgb(188,168,223); }
div.DivClassName
{
background-color: #BCA8DF;
}
.BgClassName
{
background-color: #BCA8DF;
}
</style>
border-color css
<style>
span { border-color: #BCA8DF; }
span { border-color: rgb(188,168,223); }
td.TdClassName
{
border-color: #BCA8DF;
}
.TagClassName
{
border-color: #BCA8DF;
}
</style>