Shades of Moon Raker #BCABD6
Tints of Moon Raker #BCABD6
RGB
CMYK
RGB Variations
Color information
#BCABD6 (or 0xBCABD6) is known color: Moon Raker. HEX triplet: BC, AB and D6. RGB value is (188,171,214). Sum of RGB (Red+Green+Blue) = 188+171+214=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD6 is #435429. Grayscale: #B4B4B4. Windows color (decimal): -4412458 or 14068668. OLE color: 14068668.
HSL color Cylindrical-coordinate representation of color #BCABD6: hue angle of 263.72º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCABD6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 171 | 214 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.16 |
| HSL | 263.72º | 0.34% | 0.75% | - |
| HSV(B) | 263.72º | 0.2% | 0.84% | - |
| XYZ | 47.44 | 44.67 | 69.74 | - |
| YUV | 180.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 214 | 0.12 | 0.20 | 0 | 0.16 | 263.72 | 0.34 | 0.75 |
| Hex | BC | AB | D6 | C | 14 | 0 | 10 | 108 | 22 | 4B |
| Octal | 274 | 253 | 326 | 14 | 24 | 0 | 20 | 410 | 42 | 113 |
| Binary | 10111100 | 10101011 | 11010110 | 1100 | 10100 | 0 | 10000 | 100001000 | 100010 | 1001011 |
Color Harmonies of #BCABD6
Complementary color
Monochromatic Colors of #BCABD6
Black with #BCABD6
Text Example
Text Example
White with #BCABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABD6; }
p { color: rgb(188,171,214); }
H1.HeaderClassName
{
color: #BCABD6;
}
.AnyTagClassName
{
color: #BCABD6;
}
</style>
background-color css
<style>
a { background-color: #BCABD6; }
a { background-color: rgb(188,171,214); }
div.DivClassName
{
background-color: #BCABD6;
}
.BgClassName
{
background-color: #BCABD6;
}
</style>
border-color css
<style>
span { border-color: #BCABD6; }
span { border-color: rgb(188,171,214); }
td.TdClassName
{
border-color: #BCABD6;
}
.TagClassName
{
border-color: #BCABD6;
}
</style>