Shades of Moon Raker #BCACD4
Tints of Moon Raker #BCACD4
RGB
CMYK
RGB Variations
Color information
#BCACD4 (or 0xBCACD4) is known color: Moon Raker. HEX triplet: BC, AC and D4. RGB value is (188,172,212). Sum of RGB (Red+Green+Blue) = 188+172+212=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD4 is #43532B. Grayscale: #B5B5B5. Windows color (decimal): -4412204 or 13937852. OLE color: 13937852.
HSL color Cylindrical-coordinate representation of color #BCACD4: hue angle of 264º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCACD4 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 172 | 212 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.17 |
| HSL | 264º | 0.32% | 0.75% | - |
| HSV(B) | 264º | 0.19% | 0.83% | - |
| XYZ | 47.38 | 44.95 | 68.47 | - |
| YUV | 181.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 212 | 0.11 | 0.19 | 0 | 0.17 | 264 | 0.32 | 0.75 |
| Hex | BC | AC | D4 | B | 13 | 0 | 11 | 108 | 20 | 4B |
| Octal | 274 | 254 | 324 | 13 | 23 | 0 | 21 | 410 | 40 | 113 |
| Binary | 10111100 | 10101100 | 11010100 | 1011 | 10011 | 0 | 10001 | 100001000 | 100000 | 1001011 |
Color Harmonies of #BCACD4
Complementary color
Monochromatic Colors of #BCACD4
Black with #BCACD4
Text Example
Text Example
White with #BCACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACD4; }
p { color: rgb(188,172,212); }
H1.HeaderClassName
{
color: #BCACD4;
}
.AnyTagClassName
{
color: #BCACD4;
}
</style>
background-color css
<style>
a { background-color: #BCACD4; }
a { background-color: rgb(188,172,212); }
div.DivClassName
{
background-color: #BCACD4;
}
.BgClassName
{
background-color: #BCACD4;
}
</style>
border-color css
<style>
span { border-color: #BCACD4; }
span { border-color: rgb(188,172,212); }
td.TdClassName
{
border-color: #BCACD4;
}
.TagClassName
{
border-color: #BCACD4;
}
</style>