Shades of Moon Raker #BCACE0
Tints of Moon Raker #BCACE0
RGB
CMYK
RGB Variations
Color information
#BCACE0 (or 0xBCACE0) is known color: Moon Raker. HEX triplet: BC, AC and E0. RGB value is (188,172,224). Sum of RGB (Red+Green+Blue) = 188+172+224=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE0 is #43531F. Grayscale: #B6B6B6. Windows color (decimal): -4412192 or 14724284. OLE color: 14724284.
HSL color Cylindrical-coordinate representation of color #BCACE0: hue angle of 258.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCACE0 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 172 | 224 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.12 |
| HSL | 258.46º | 0.46% | 0.78% | - |
| HSV(B) | 258.46º | 0.23% | 0.88% | - |
| XYZ | 48.95 | 45.58 | 76.74 | - |
| YUV | 182.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 224 | 0.16 | 0.23 | 0 | 0.12 | 258.46 | 0.46 | 0.78 |
| Hex | BC | AC | E0 | 10 | 17 | 0 | C | 102 | 2E | 4E |
| Octal | 274 | 254 | 340 | 20 | 27 | 0 | 14 | 402 | 56 | 116 |
| Binary | 10111100 | 10101100 | 11100000 | 10000 | 10111 | 0 | 1100 | 100000010 | 101110 | 1001110 |
Color Harmonies of #BCACE0
Complementary color
Monochromatic Colors of #BCACE0
Black with #BCACE0
Text Example
Text Example
White with #BCACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACE0; }
p { color: rgb(188,172,224); }
H1.HeaderClassName
{
color: #BCACE0;
}
.AnyTagClassName
{
color: #BCACE0;
}
</style>
background-color css
<style>
a { background-color: #BCACE0; }
a { background-color: rgb(188,172,224); }
div.DivClassName
{
background-color: #BCACE0;
}
.BgClassName
{
background-color: #BCACE0;
}
</style>
border-color css
<style>
span { border-color: #BCACE0; }
span { border-color: rgb(188,172,224); }
td.TdClassName
{
border-color: #BCACE0;
}
.TagClassName
{
border-color: #BCACE0;
}
</style>