Shades of Moon Raker #BCACD0
Tints of Moon Raker #BCACD0
RGB
CMYK
RGB Variations
Color information
#BCACD0 (or 0xBCACD0) is known color: Moon Raker. HEX triplet: BC, AC and D0. RGB value is (188,172,208). Sum of RGB (Red+Green+Blue) = 188+172+208=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD0 is #43532F. Grayscale: #B4B4B4. Windows color (decimal): -4412208 or 13675708. OLE color: 13675708.
HSL color Cylindrical-coordinate representation of color #BCACD0: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCACD0 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 172 | 208 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.18 |
| HSL | 266.67º | 0.28% | 0.75% | - |
| HSV(B) | 266.67º | 0.17% | 0.82% | - |
| XYZ | 46.88 | 44.75 | 65.84 | - |
| YUV | 180.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 208 | 0.10 | 0.17 | 0 | 0.18 | 266.67 | 0.28 | 0.75 |
| Hex | BC | AC | D0 | A | 11 | 0 | 12 | 10B | 1C | 4B |
| Octal | 274 | 254 | 320 | 12 | 21 | 0 | 22 | 413 | 34 | 113 |
| Binary | 10111100 | 10101100 | 11010000 | 1010 | 10001 | 0 | 10010 | 100001011 | 11100 | 1001011 |
Color Harmonies of #BCACD0
Complementary color
Monochromatic Colors of #BCACD0
Black with #BCACD0
Text Example
Text Example
White with #BCACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACD0; }
p { color: rgb(188,172,208); }
H1.HeaderClassName
{
color: #BCACD0;
}
.AnyTagClassName
{
color: #BCACD0;
}
</style>
background-color css
<style>
a { background-color: #BCACD0; }
a { background-color: rgb(188,172,208); }
div.DivClassName
{
background-color: #BCACD0;
}
.BgClassName
{
background-color: #BCACD0;
}
</style>
border-color css
<style>
span { border-color: #BCACD0; }
span { border-color: rgb(188,172,208); }
td.TdClassName
{
border-color: #BCACD0;
}
.TagClassName
{
border-color: #BCACD0;
}
</style>