Shades of Moon Raker #BCADDA
Tints of Moon Raker #BCADDA
RGB
CMYK
RGB Variations
Color information
#BCADDA (or 0xBCADDA) is known color: Moon Raker. HEX triplet: BC, AD and DA. RGB value is (188,173,218). Sum of RGB (Red+Green+Blue) = 188+173+218=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADDA is #435225. Grayscale: #B6B6B6. Windows color (decimal): -4411942 or 14331324. OLE color: 14331324.
HSL color Cylindrical-coordinate representation of color #BCADDA: hue angle of 260º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCADDA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 173 | 218 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.15 |
| HSL | 260º | 0.38% | 0.77% | - |
| HSV(B) | 260º | 0.21% | 0.85% | - |
| XYZ | 48.34 | 45.64 | 72.59 | - |
| YUV | 182.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 218 | 0.14 | 0.21 | 0 | 0.15 | 260 | 0.38 | 0.77 |
| Hex | BC | AD | DA | E | 15 | 0 | F | 104 | 26 | 4D |
| Octal | 274 | 255 | 332 | 16 | 25 | 0 | 17 | 404 | 46 | 115 |
| Binary | 10111100 | 10101101 | 11011010 | 1110 | 10101 | 0 | 1111 | 100000100 | 100110 | 1001101 |
Color Harmonies of #BCADDA
Complementary color
Monochromatic Colors of #BCADDA
Black with #BCADDA
Text Example
Text Example
White with #BCADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADDA; }
p { color: rgb(188,173,218); }
H1.HeaderClassName
{
color: #BCADDA;
}
.AnyTagClassName
{
color: #BCADDA;
}
</style>
background-color css
<style>
a { background-color: #BCADDA; }
a { background-color: rgb(188,173,218); }
div.DivClassName
{
background-color: #BCADDA;
}
.BgClassName
{
background-color: #BCADDA;
}
</style>
border-color css
<style>
span { border-color: #BCADDA; }
span { border-color: rgb(188,173,218); }
td.TdClassName
{
border-color: #BCADDA;
}
.TagClassName
{
border-color: #BCADDA;
}
</style>