Shades of Moon Raker #BCABDE
Tints of Moon Raker #BCABDE
RGB
CMYK
RGB Variations
Color information
#BCABDE (or 0xBCABDE) is known color: Moon Raker. HEX triplet: BC, AB and DE. RGB value is (188,171,222). Sum of RGB (Red+Green+Blue) = 188+171+222=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDE is #435421. Grayscale: #B5B5B5. Windows color (decimal): -4412450 or 14592956. OLE color: 14592956.
HSL color Cylindrical-coordinate representation of color #BCABDE: hue angle of 260º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCABDE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 171 | 222 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.13 |
| HSL | 260º | 0.44% | 0.77% | - |
| HSV(B) | 260º | 0.23% | 0.87% | - |
| XYZ | 48.49 | 45.09 | 75.26 | - |
| YUV | 181.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 222 | 0.15 | 0.23 | 0 | 0.13 | 260 | 0.44 | 0.77 |
| Hex | BC | AB | DE | F | 17 | 0 | D | 104 | 2C | 4D |
| Octal | 274 | 253 | 336 | 17 | 27 | 0 | 15 | 404 | 54 | 115 |
| Binary | 10111100 | 10101011 | 11011110 | 1111 | 10111 | 0 | 1101 | 100000100 | 101100 | 1001101 |
Color Harmonies of #BCABDE
Complementary color
Monochromatic Colors of #BCABDE
Black with #BCABDE
Text Example
Text Example
White with #BCABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABDE; }
p { color: rgb(188,171,222); }
H1.HeaderClassName
{
color: #BCABDE;
}
.AnyTagClassName
{
color: #BCABDE;
}
</style>
background-color css
<style>
a { background-color: #BCABDE; }
a { background-color: rgb(188,171,222); }
div.DivClassName
{
background-color: #BCABDE;
}
.BgClassName
{
background-color: #BCABDE;
}
</style>
border-color css
<style>
span { border-color: #BCABDE; }
span { border-color: rgb(188,171,222); }
td.TdClassName
{
border-color: #BCABDE;
}
.TagClassName
{
border-color: #BCABDE;
}
</style>