Shades of Moon Raker #BCACE3
Tints of Moon Raker #BCACE3
RGB
CMYK
RGB Variations
Color information
#BCACE3 (or 0xBCACE3) is known color: Moon Raker. HEX triplet: BC, AC and E3. RGB value is (188,172,227). Sum of RGB (Red+Green+Blue) = 188+172+227=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE3 is #43531C. Grayscale: #B6B6B6. Windows color (decimal): -4412189 or 14920892. OLE color: 14920892.
HSL color Cylindrical-coordinate representation of color #BCACE3: hue angle of 257.45º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCACE3 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 172 | 227 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.11 |
| HSL | 257.45º | 0.5% | 0.78% | - |
| HSV(B) | 257.45º | 0.24% | 0.89% | - |
| XYZ | 49.36 | 45.74 | 78.9 | - |
| YUV | 183.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 227 | 0.17 | 0.24 | 0 | 0.11 | 257.45 | 0.5 | 0.78 |
| Hex | BC | AC | E3 | 11 | 18 | 0 | B | 101 | 32 | 4E |
| Octal | 274 | 254 | 343 | 21 | 30 | 0 | 13 | 401 | 62 | 116 |
| Binary | 10111100 | 10101100 | 11100011 | 10001 | 11000 | 0 | 1011 | 100000001 | 110010 | 1001110 |
Color Harmonies of #BCACE3
Complementary color
Monochromatic Colors of #BCACE3
Black with #BCACE3
Text Example
Text Example
White with #BCACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACE3; }
p { color: rgb(188,172,227); }
H1.HeaderClassName
{
color: #BCACE3;
}
.AnyTagClassName
{
color: #BCACE3;
}
</style>
background-color css
<style>
a { background-color: #BCACE3; }
a { background-color: rgb(188,172,227); }
div.DivClassName
{
background-color: #BCACE3;
}
.BgClassName
{
background-color: #BCACE3;
}
</style>
border-color css
<style>
span { border-color: #BCACE3; }
span { border-color: rgb(188,172,227); }
td.TdClassName
{
border-color: #BCACE3;
}
.TagClassName
{
border-color: #BCACE3;
}
</style>