Shades of Moon Raker #BCAADB
Tints of Moon Raker #BCAADB
RGB
CMYK
RGB Variations
Color information
#BCAADB (or 0xBCAADB) is known color: Moon Raker. HEX triplet: BC, AA and DB. RGB value is (188,170,219). Sum of RGB (Red+Green+Blue) = 188+170+219=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADB is #435524. Grayscale: #B4B4B4. Windows color (decimal): -4412709 or 14396092. OLE color: 14396092.
HSL color Cylindrical-coordinate representation of color #BCAADB: hue angle of 262.04º 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 #BCAADB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 170 | 219 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.14 |
| HSL | 262.04º | 0.4% | 0.76% | - |
| HSV(B) | 262.04º | 0.22% | 0.86% | - |
| XYZ | 47.9 | 44.56 | 73.09 | - |
| YUV | 180.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 219 | 0.14 | 0.22 | 0 | 0.14 | 262.04 | 0.4 | 0.76 |
| Hex | BC | AA | DB | E | 16 | 0 | E | 106 | 28 | 4C |
| Octal | 274 | 252 | 333 | 16 | 26 | 0 | 16 | 406 | 50 | 114 |
| Binary | 10111100 | 10101010 | 11011011 | 1110 | 10110 | 0 | 1110 | 100000110 | 101000 | 1001100 |
Color Harmonies of #BCAADB
Complementary color
Monochromatic Colors of #BCAADB
Black with #BCAADB
Text Example
Text Example
White with #BCAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAADB; }
p { color: rgb(188,170,219); }
H1.HeaderClassName
{
color: #BCAADB;
}
.AnyTagClassName
{
color: #BCAADB;
}
</style>
background-color css
<style>
a { background-color: #BCAADB; }
a { background-color: rgb(188,170,219); }
div.DivClassName
{
background-color: #BCAADB;
}
.BgClassName
{
background-color: #BCAADB;
}
</style>
border-color css
<style>
span { border-color: #BCAADB; }
span { border-color: rgb(188,170,219); }
td.TdClassName
{
border-color: #BCAADB;
}
.TagClassName
{
border-color: #BCAADB;
}
</style>