Shades of Moon Raker #BCABE2
Tints of Moon Raker #BCABE2
RGB
CMYK
RGB Variations
Color information
#BCABE2 (or 0xBCABE2) is known color: Moon Raker. HEX triplet: BC, AB and E2. RGB value is (188,171,226). Sum of RGB (Red+Green+Blue) = 188+171+226=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABE2 is #43541D. Grayscale: #B6B6B6. Windows color (decimal): -4412446 or 14855100. OLE color: 14855100.
HSL color Cylindrical-coordinate representation of color #BCABE2: hue angle of 258.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCABE2 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 171 | 226 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.11 |
| HSL | 258.55º | 0.49% | 0.78% | - |
| HSV(B) | 258.55º | 0.24% | 0.89% | - |
| XYZ | 49.03 | 45.31 | 78.11 | - |
| YUV | 182.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 226 | 0.17 | 0.24 | 0 | 0.11 | 258.55 | 0.49 | 0.78 |
| Hex | BC | AB | E2 | 11 | 18 | 0 | B | 103 | 31 | 4E |
| Octal | 274 | 253 | 342 | 21 | 30 | 0 | 13 | 403 | 61 | 116 |
| Binary | 10111100 | 10101011 | 11100010 | 10001 | 11000 | 0 | 1011 | 100000011 | 110001 | 1001110 |
Color Harmonies of #BCABE2
Complementary color
Monochromatic Colors of #BCABE2
Black with #BCABE2
Text Example
Text Example
White with #BCABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABE2; }
p { color: rgb(188,171,226); }
H1.HeaderClassName
{
color: #BCABE2;
}
.AnyTagClassName
{
color: #BCABE2;
}
</style>
background-color css
<style>
a { background-color: #BCABE2; }
a { background-color: rgb(188,171,226); }
div.DivClassName
{
background-color: #BCABE2;
}
.BgClassName
{
background-color: #BCABE2;
}
</style>
border-color css
<style>
span { border-color: #BCABE2; }
span { border-color: rgb(188,171,226); }
td.TdClassName
{
border-color: #BCABE2;
}
.TagClassName
{
border-color: #BCABE2;
}
</style>