Shades of Moon Raker #BCAAE6
Tints of Moon Raker #BCAAE6
RGB
CMYK
RGB Variations
Color information
#BCAAE6 (or 0xBCAAE6) is known color: Moon Raker. HEX triplet: BC, AA and E6. RGB value is (188,170,230). Sum of RGB (Red+Green+Blue) = 188+170+230=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAE6 is #435519. Grayscale: #B6B6B6. Windows color (decimal): -4412698 or 15116988. OLE color: 15116988.
HSL color Cylindrical-coordinate representation of color #BCAAE6: hue angle of 258º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCAAE6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 170 | 230 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.10 |
| HSL | 258º | 0.55% | 0.78% | - |
| HSV(B) | 258º | 0.26% | 0.9% | - |
| XYZ | 49.4 | 45.15 | 80.98 | - |
| YUV | 182.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 230 | 0.18 | 0.26 | 0 | 0.10 | 258 | 0.55 | 0.78 |
| Hex | BC | AA | E6 | 12 | 1A | 0 | A | 102 | 37 | 4E |
| Octal | 274 | 252 | 346 | 22 | 32 | 0 | 12 | 402 | 67 | 116 |
| Binary | 10111100 | 10101010 | 11100110 | 10010 | 11010 | 0 | 1010 | 100000010 | 110111 | 1001110 |
Color Harmonies of #BCAAE6
Complementary color
Monochromatic Colors of #BCAAE6
Black with #BCAAE6
Text Example
Text Example
White with #BCAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAE6; }
p { color: rgb(188,170,230); }
H1.HeaderClassName
{
color: #BCAAE6;
}
.AnyTagClassName
{
color: #BCAAE6;
}
</style>
background-color css
<style>
a { background-color: #BCAAE6; }
a { background-color: rgb(188,170,230); }
div.DivClassName
{
background-color: #BCAAE6;
}
.BgClassName
{
background-color: #BCAAE6;
}
</style>
border-color css
<style>
span { border-color: #BCAAE6; }
span { border-color: rgb(188,170,230); }
td.TdClassName
{
border-color: #BCAAE6;
}
.TagClassName
{
border-color: #BCAAE6;
}
</style>