Shades of Moon Raker #BCACD3
Tints of Moon Raker #BCACD3
RGB
CMYK
RGB Variations
Color information
#BCACD3 (or 0xBCACD3) is known color: Moon Raker. HEX triplet: BC, AC and D3. RGB value is (188,172,211). Sum of RGB (Red+Green+Blue) = 188+172+211=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACD3 is #43532C. Grayscale: #B5B5B5. Windows color (decimal): -4412205 or 13872316. OLE color: 13872316.
HSL color Cylindrical-coordinate representation of color #BCACD3: hue angle of 264.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCACD3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 172 | 211 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.17 |
| HSL | 264.62º | 0.31% | 0.75% | - |
| HSV(B) | 264.62º | 0.18% | 0.83% | - |
| XYZ | 47.25 | 44.9 | 67.8 | - |
| YUV | 181.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 211 | 0.11 | 0.18 | 0 | 0.17 | 264.62 | 0.31 | 0.75 |
| Hex | BC | AC | D3 | B | 12 | 0 | 11 | 109 | 1F | 4B |
| Octal | 274 | 254 | 323 | 13 | 22 | 0 | 21 | 411 | 37 | 113 |
| Binary | 10111100 | 10101100 | 11010011 | 1011 | 10010 | 0 | 10001 | 100001001 | 11111 | 1001011 |
Color Harmonies of #BCACD3
Complementary color
Monochromatic Colors of #BCACD3
Black with #BCACD3
Text Example
Text Example
White with #BCACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACD3; }
p { color: rgb(188,172,211); }
H1.HeaderClassName
{
color: #BCACD3;
}
.AnyTagClassName
{
color: #BCACD3;
}
</style>
background-color css
<style>
a { background-color: #BCACD3; }
a { background-color: rgb(188,172,211); }
div.DivClassName
{
background-color: #BCACD3;
}
.BgClassName
{
background-color: #BCACD3;
}
</style>
border-color css
<style>
span { border-color: #BCACD3; }
span { border-color: rgb(188,172,211); }
td.TdClassName
{
border-color: #BCACD3;
}
.TagClassName
{
border-color: #BCACD3;
}
</style>