Shades of Moon Raker #BCAAE4
Tints of Moon Raker #BCAAE4
RGB
CMYK
RGB Variations
Color information
#BCAAE4 (or 0xBCAAE4) is known color: Moon Raker. HEX triplet: BC, AA and E4. RGB value is (188,170,228). Sum of RGB (Red+Green+Blue) = 188+170+228=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAE4 is #43551B. Grayscale: #B5B5B5. Windows color (decimal): -4412700 or 14985916. OLE color: 14985916.
HSL color Cylindrical-coordinate representation of color #BCAAE4: hue angle of 258.62º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCAAE4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 170 | 228 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.11 |
| HSL | 258.62º | 0.52% | 0.78% | - |
| HSV(B) | 258.62º | 0.25% | 0.89% | - |
| XYZ | 49.12 | 45.04 | 79.5 | - |
| YUV | 181.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 228 | 0.18 | 0.25 | 0 | 0.11 | 258.62 | 0.52 | 0.78 |
| Hex | BC | AA | E4 | 12 | 19 | 0 | B | 103 | 34 | 4E |
| Octal | 274 | 252 | 344 | 22 | 31 | 0 | 13 | 403 | 64 | 116 |
| Binary | 10111100 | 10101010 | 11100100 | 10010 | 11001 | 0 | 1011 | 100000011 | 110100 | 1001110 |
Color Harmonies of #BCAAE4
Complementary color
Monochromatic Colors of #BCAAE4
Black with #BCAAE4
Text Example
Text Example
White with #BCAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAE4; }
p { color: rgb(188,170,228); }
H1.HeaderClassName
{
color: #BCAAE4;
}
.AnyTagClassName
{
color: #BCAAE4;
}
</style>
background-color css
<style>
a { background-color: #BCAAE4; }
a { background-color: rgb(188,170,228); }
div.DivClassName
{
background-color: #BCAAE4;
}
.BgClassName
{
background-color: #BCAAE4;
}
</style>
border-color css
<style>
span { border-color: #BCAAE4; }
span { border-color: rgb(188,170,228); }
td.TdClassName
{
border-color: #BCAAE4;
}
.TagClassName
{
border-color: #BCAAE4;
}
</style>