Shades of Moon Raker #BCB3CB
Tints of Moon Raker #BCB3CB
RGB
CMYK
RGB Variations
Color information
#BCB3CB (or 0xBCB3CB) is known color: Moon Raker. HEX triplet: BC, B3 and CB. RGB value is (188,179,203). Sum of RGB (Red+Green+Blue) = 188+179+203=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3CB is #434C34. Grayscale: #B8B8B8. Windows color (decimal): -4410421 or 13349820. OLE color: 13349820.
HSL color Cylindrical-coordinate representation of color #BCB3CB: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB3CB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 179 | 203 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.20 |
| HSL | 262.5º | 0.19% | 0.75% | - |
| HSV(B) | 262.5º | 0.12% | 0.8% | - |
| XYZ | 47.64 | 47.24 | 63.11 | - |
| YUV | 184.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 203 | 0.07 | 0.12 | 0 | 0.20 | 262.5 | 0.19 | 0.75 |
| Hex | BC | B3 | CB | 7 | C | 0 | 14 | 106 | 13 | 4B |
| Octal | 274 | 263 | 313 | 7 | 14 | 0 | 24 | 406 | 23 | 113 |
| Binary | 10111100 | 10110011 | 11001011 | 111 | 1100 | 0 | 10100 | 100000110 | 10011 | 1001011 |
Color Harmonies of #BCB3CB
Complementary color
Monochromatic Colors of #BCB3CB
Black with #BCB3CB
Text Example
Text Example
White with #BCB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3CB; }
p { color: rgb(188,179,203); }
H1.HeaderClassName
{
color: #BCB3CB;
}
.AnyTagClassName
{
color: #BCB3CB;
}
</style>
background-color css
<style>
a { background-color: #BCB3CB; }
a { background-color: rgb(188,179,203); }
div.DivClassName
{
background-color: #BCB3CB;
}
.BgClassName
{
background-color: #BCB3CB;
}
</style>
border-color css
<style>
span { border-color: #BCB3CB; }
span { border-color: rgb(188,179,203); }
td.TdClassName
{
border-color: #BCB3CB;
}
.TagClassName
{
border-color: #BCB3CB;
}
</style>