Shades of Moon Raker #BCABDB
Tints of Moon Raker #BCABDB
RGB
CMYK
RGB Variations
Color information
#BCABDB (or 0xBCABDB) is known color: Moon Raker. HEX triplet: BC, AB and DB. RGB value is (188,171,219). Sum of RGB (Red+Green+Blue) = 188+171+219=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDB is #435424. Grayscale: #B5B5B5. Windows color (decimal): -4412453 or 14396348. OLE color: 14396348.
HSL color Cylindrical-coordinate representation of color #BCABDB: hue angle of 261.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCABDB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 171 | 219 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.14 |
| HSL | 261.25º | 0.4% | 0.76% | - |
| HSV(B) | 261.25º | 0.22% | 0.86% | - |
| XYZ | 48.09 | 44.93 | 73.16 | - |
| YUV | 181.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 219 | 0.14 | 0.22 | 0 | 0.14 | 261.25 | 0.4 | 0.76 |
| Hex | BC | AB | DB | E | 16 | 0 | E | 105 | 28 | 4C |
| Octal | 274 | 253 | 333 | 16 | 26 | 0 | 16 | 405 | 50 | 114 |
| Binary | 10111100 | 10101011 | 11011011 | 1110 | 10110 | 0 | 1110 | 100000101 | 101000 | 1001100 |
Color Harmonies of #BCABDB
Complementary color
Monochromatic Colors of #BCABDB
Black with #BCABDB
Text Example
Text Example
White with #BCABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABDB; }
p { color: rgb(188,171,219); }
H1.HeaderClassName
{
color: #BCABDB;
}
.AnyTagClassName
{
color: #BCABDB;
}
</style>
background-color css
<style>
a { background-color: #BCABDB; }
a { background-color: rgb(188,171,219); }
div.DivClassName
{
background-color: #BCABDB;
}
.BgClassName
{
background-color: #BCABDB;
}
</style>
border-color css
<style>
span { border-color: #BCABDB; }
span { border-color: rgb(188,171,219); }
td.TdClassName
{
border-color: #BCABDB;
}
.TagClassName
{
border-color: #BCABDB;
}
</style>