Shades of Moon Raker #BCAAE2
Tints of Moon Raker #BCAAE2
RGB
CMYK
RGB Variations
Color information
#BCAAE2 (or 0xBCAAE2) is known color: Moon Raker. HEX triplet: BC, AA and E2. RGB value is (188,170,226). Sum of RGB (Red+Green+Blue) = 188+170+226=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAE2 is #43551D. Grayscale: #B5B5B5. Windows color (decimal): -4412702 or 14854844. OLE color: 14854844.
HSL color Cylindrical-coordinate representation of color #BCAAE2: hue angle of 259.29º degrees, saturation: 0.49, 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 #BCAAE2 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 170 | 226 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.11 |
| HSL | 259.29º | 0.49% | 0.78% | - |
| HSV(B) | 259.29º | 0.25% | 0.89% | - |
| XYZ | 48.84 | 44.93 | 78.05 | - |
| YUV | 181.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 226 | 0.17 | 0.25 | 0 | 0.11 | 259.29 | 0.49 | 0.78 |
| Hex | BC | AA | E2 | 11 | 19 | 0 | B | 103 | 31 | 4E |
| Octal | 274 | 252 | 342 | 21 | 31 | 0 | 13 | 403 | 61 | 116 |
| Binary | 10111100 | 10101010 | 11100010 | 10001 | 11001 | 0 | 1011 | 100000011 | 110001 | 1001110 |
Color Harmonies of #BCAAE2
Complementary color
Monochromatic Colors of #BCAAE2
Black with #BCAAE2
Text Example
Text Example
White with #BCAAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAE2; }
p { color: rgb(188,170,226); }
H1.HeaderClassName
{
color: #BCAAE2;
}
.AnyTagClassName
{
color: #BCAAE2;
}
</style>
background-color css
<style>
a { background-color: #BCAAE2; }
a { background-color: rgb(188,170,226); }
div.DivClassName
{
background-color: #BCAAE2;
}
.BgClassName
{
background-color: #BCAAE2;
}
</style>
border-color css
<style>
span { border-color: #BCAAE2; }
span { border-color: rgb(188,170,226); }
td.TdClassName
{
border-color: #BCAAE2;
}
.TagClassName
{
border-color: #BCAAE2;
}
</style>