Shades of Moon Raker #BCB0DA
Tints of Moon Raker #BCB0DA
RGB
CMYK
RGB Variations
Color information
#BCB0DA (or 0xBCB0DA) is known color: Moon Raker. HEX triplet: BC, B0 and DA. RGB value is (188,176,218). Sum of RGB (Red+Green+Blue) = 188+176+218=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DA is #434F25. Grayscale: #B8B8B8. Windows color (decimal): -4411174 or 14332092. OLE color: 14332092.
HSL color Cylindrical-coordinate representation of color #BCB0DA: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB0DA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 176 | 218 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.15 |
| HSL | 257.14º | 0.36% | 0.77% | - |
| HSV(B) | 257.14º | 0.19% | 0.85% | - |
| XYZ | 48.92 | 46.8 | 72.79 | - |
| YUV | 184.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 218 | 0.14 | 0.19 | 0 | 0.15 | 257.14 | 0.36 | 0.77 |
| Hex | BC | B0 | DA | E | 13 | 0 | F | 101 | 24 | 4D |
| Octal | 274 | 260 | 332 | 16 | 23 | 0 | 17 | 401 | 44 | 115 |
| Binary | 10111100 | 10110000 | 11011010 | 1110 | 10011 | 0 | 1111 | 100000001 | 100100 | 1001101 |
Color Harmonies of #BCB0DA
Complementary color
Monochromatic Colors of #BCB0DA
Black with #BCB0DA
Text Example
Text Example
White with #BCB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0DA; }
p { color: rgb(188,176,218); }
H1.HeaderClassName
{
color: #BCB0DA;
}
.AnyTagClassName
{
color: #BCB0DA;
}
</style>
background-color css
<style>
a { background-color: #BCB0DA; }
a { background-color: rgb(188,176,218); }
div.DivClassName
{
background-color: #BCB0DA;
}
.BgClassName
{
background-color: #BCB0DA;
}
</style>
border-color css
<style>
span { border-color: #BCB0DA; }
span { border-color: rgb(188,176,218); }
td.TdClassName
{
border-color: #BCB0DA;
}
.TagClassName
{
border-color: #BCB0DA;
}
</style>