Shades of Moon Raker #BCB3CE
Tints of Moon Raker #BCB3CE
RGB
CMYK
RGB Variations
Color information
#BCB3CE (or 0xBCB3CE) is known color: Moon Raker. HEX triplet: BC, B3 and CE. RGB value is (188,179,206). Sum of RGB (Red+Green+Blue) = 188+179+206=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3CE is #434C31. Grayscale: #B8B8B8. Windows color (decimal): -4410418 or 13546428. OLE color: 13546428.
HSL color Cylindrical-coordinate representation of color #BCB3CE: hue angle of 260º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB3CE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 179 | 206 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.19 |
| HSL | 260º | 0.22% | 0.75% | - |
| HSV(B) | 260º | 0.13% | 0.81% | - |
| XYZ | 48 | 47.39 | 65.01 | - |
| YUV | 184.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 206 | 0.09 | 0.13 | 0 | 0.19 | 260 | 0.22 | 0.75 |
| Hex | BC | B3 | CE | 9 | D | 0 | 13 | 104 | 16 | 4B |
| Octal | 274 | 263 | 316 | 11 | 15 | 0 | 23 | 404 | 26 | 113 |
| Binary | 10111100 | 10110011 | 11001110 | 1001 | 1101 | 0 | 10011 | 100000100 | 10110 | 1001011 |
Color Harmonies of #BCB3CE
Complementary color
Monochromatic Colors of #BCB3CE
Black with #BCB3CE
Text Example
Text Example
White with #BCB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3CE; }
p { color: rgb(188,179,206); }
H1.HeaderClassName
{
color: #BCB3CE;
}
.AnyTagClassName
{
color: #BCB3CE;
}
</style>
background-color css
<style>
a { background-color: #BCB3CE; }
a { background-color: rgb(188,179,206); }
div.DivClassName
{
background-color: #BCB3CE;
}
.BgClassName
{
background-color: #BCB3CE;
}
</style>
border-color css
<style>
span { border-color: #BCB3CE; }
span { border-color: rgb(188,179,206); }
td.TdClassName
{
border-color: #BCB3CE;
}
.TagClassName
{
border-color: #BCB3CE;
}
</style>