Shades of Moon Raker #BCA8E1
Tints of Moon Raker #BCA8E1
RGB
CMYK
RGB Variations
Color information
#BCA8E1 (or 0xBCA8E1) is known color: Moon Raker. HEX triplet: BC, A8 and E1. RGB value is (188,168,225). Sum of RGB (Red+Green+Blue) = 188+168+225=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCA8E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8E1 is #43571E. Grayscale: #B4B4B4. Windows color (decimal): -4413215 or 14788796. OLE color: 14788796.
HSL color Cylindrical-coordinate representation of color #BCA8E1: hue angle of 261.05º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA8E1 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 168 | 225 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.12 |
| HSL | 261.05º | 0.49% | 0.77% | - |
| HSV(B) | 261.05º | 0.25% | 0.88% | - |
| XYZ | 48.33 | 44.13 | 77.21 | - |
| YUV | 180.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 225 | 0.16 | 0.25 | 0 | 0.12 | 261.05 | 0.49 | 0.77 |
| Hex | BC | A8 | E1 | 10 | 19 | 0 | C | 105 | 31 | 4D |
| Octal | 274 | 250 | 341 | 20 | 31 | 0 | 14 | 405 | 61 | 115 |
| Binary | 10111100 | 10101000 | 11100001 | 10000 | 11001 | 0 | 1100 | 100000101 | 110001 | 1001101 |
Color Harmonies of #BCA8E1
Complementary color
Monochromatic Colors of #BCA8E1
Black with #BCA8E1
Text Example
Text Example
White with #BCA8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8E1; }
p { color: rgb(188,168,225); }
H1.HeaderClassName
{
color: #BCA8E1;
}
.AnyTagClassName
{
color: #BCA8E1;
}
</style>
background-color css
<style>
a { background-color: #BCA8E1; }
a { background-color: rgb(188,168,225); }
div.DivClassName
{
background-color: #BCA8E1;
}
.BgClassName
{
background-color: #BCA8E1;
}
</style>
border-color css
<style>
span { border-color: #BCA8E1; }
span { border-color: rgb(188,168,225); }
td.TdClassName
{
border-color: #BCA8E1;
}
.TagClassName
{
border-color: #BCA8E1;
}
</style>