Shades of Moon Raker #BCACD5
Tints of Moon Raker #BCACD5
RGB
CMYK
RGB Variations
Color information
#BCACD5 (or 0xBCACD5) is known color: Moon Raker. HEX triplet: BC, AC and D5. RGB value is (188,172,213). Sum of RGB (Red+Green+Blue) = 188+172+213=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD5 is #43532A. Grayscale: #B5B5B5. Windows color (decimal): -4412203 or 14003388. OLE color: 14003388.
HSL color Cylindrical-coordinate representation of color #BCACD5: hue angle of 263.41º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCACD5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 172 | 213 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.16 |
| HSL | 263.41º | 0.33% | 0.75% | - |
| HSV(B) | 263.41º | 0.19% | 0.84% | - |
| XYZ | 47.5 | 45 | 69.13 | - |
| YUV | 181.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 213 | 0.12 | 0.19 | 0 | 0.16 | 263.41 | 0.33 | 0.75 |
| Hex | BC | AC | D5 | C | 13 | 0 | 10 | 107 | 21 | 4B |
| Octal | 274 | 254 | 325 | 14 | 23 | 0 | 20 | 407 | 41 | 113 |
| Binary | 10111100 | 10101100 | 11010101 | 1100 | 10011 | 0 | 10000 | 100000111 | 100001 | 1001011 |
Color Harmonies of #BCACD5
Complementary color
Monochromatic Colors of #BCACD5
Black with #BCACD5
Text Example
Text Example
White with #BCACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACD5; }
p { color: rgb(188,172,213); }
H1.HeaderClassName
{
color: #BCACD5;
}
.AnyTagClassName
{
color: #BCACD5;
}
</style>
background-color css
<style>
a { background-color: #BCACD5; }
a { background-color: rgb(188,172,213); }
div.DivClassName
{
background-color: #BCACD5;
}
.BgClassName
{
background-color: #BCACD5;
}
</style>
border-color css
<style>
span { border-color: #BCACD5; }
span { border-color: rgb(188,172,213); }
td.TdClassName
{
border-color: #BCACD5;
}
.TagClassName
{
border-color: #BCACD5;
}
</style>