Shades of Moon Raker #BCABDD
Tints of Moon Raker #BCABDD
RGB
CMYK
RGB Variations
Color information
#BCABDD (or 0xBCABDD) is known color: Moon Raker. HEX triplet: BC, AB and DD. RGB value is (188,171,221). Sum of RGB (Red+Green+Blue) = 188+171+221=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDD is #435422. Grayscale: #B5B5B5. Windows color (decimal): -4412451 or 14527420. OLE color: 14527420.
HSL color Cylindrical-coordinate representation of color #BCABDD: hue angle of 260.4º degrees, saturation: 0.42, 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 #BCABDD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 171 | 221 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.13 |
| HSL | 260.4º | 0.42% | 0.77% | - |
| HSV(B) | 260.4º | 0.23% | 0.87% | - |
| XYZ | 48.35 | 45.04 | 74.55 | - |
| YUV | 181.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 221 | 0.15 | 0.23 | 0 | 0.13 | 260.4 | 0.42 | 0.77 |
| Hex | BC | AB | DD | F | 17 | 0 | D | 104 | 2A | 4D |
| Octal | 274 | 253 | 335 | 17 | 27 | 0 | 15 | 404 | 52 | 115 |
| Binary | 10111100 | 10101011 | 11011101 | 1111 | 10111 | 0 | 1101 | 100000100 | 101010 | 1001101 |
Color Harmonies of #BCABDD
Complementary color
Monochromatic Colors of #BCABDD
Black with #BCABDD
Text Example
Text Example
White with #BCABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABDD; }
p { color: rgb(188,171,221); }
H1.HeaderClassName
{
color: #BCABDD;
}
.AnyTagClassName
{
color: #BCABDD;
}
</style>
background-color css
<style>
a { background-color: #BCABDD; }
a { background-color: rgb(188,171,221); }
div.DivClassName
{
background-color: #BCABDD;
}
.BgClassName
{
background-color: #BCABDD;
}
</style>
border-color css
<style>
span { border-color: #BCABDD; }
span { border-color: rgb(188,171,221); }
td.TdClassName
{
border-color: #BCABDD;
}
.TagClassName
{
border-color: #BCABDD;
}
</style>