Shades of Moon Raker #BCB6C8
Tints of Moon Raker #BCB6C8
RGB
CMYK
RGB Variations
Color information
#BCB6C8 (or 0xBCB6C8) is known color: Moon Raker. HEX triplet: BC, B6 and C8. RGB value is (188,182,200). Sum of RGB (Red+Green+Blue) = 188+182+200=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCB6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6C8 is #434937. Grayscale: #B9B9B9. Windows color (decimal): -4409656 or 13153980. OLE color: 13153980.
HSL color Cylindrical-coordinate representation of color #BCB6C8: hue angle of 260º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB6C8 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 182 | 200 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.22 |
| HSL | 260º | 0.14% | 0.75% | - |
| HSV(B) | 260º | 0.09% | 0.78% | - |
| XYZ | 47.89 | 48.32 | 61.45 | - |
| YUV | 185.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 200 | 0.06 | 0.09 | 0 | 0.22 | 260 | 0.14 | 0.75 |
| Hex | BC | B6 | C8 | 6 | 9 | 0 | 16 | 104 | E | 4B |
| Octal | 274 | 266 | 310 | 6 | 11 | 0 | 26 | 404 | 16 | 113 |
| Binary | 10111100 | 10110110 | 11001000 | 110 | 1001 | 0 | 10110 | 100000100 | 1110 | 1001011 |
Color Harmonies of #BCB6C8
Complementary color
Monochromatic Colors of #BCB6C8
Black with #BCB6C8
Text Example
Text Example
White with #BCB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6C8; }
p { color: rgb(188,182,200); }
H1.HeaderClassName
{
color: #BCB6C8;
}
.AnyTagClassName
{
color: #BCB6C8;
}
</style>
background-color css
<style>
a { background-color: #BCB6C8; }
a { background-color: rgb(188,182,200); }
div.DivClassName
{
background-color: #BCB6C8;
}
.BgClassName
{
background-color: #BCB6C8;
}
</style>
border-color css
<style>
span { border-color: #BCB6C8; }
span { border-color: rgb(188,182,200); }
td.TdClassName
{
border-color: #BCB6C8;
}
.TagClassName
{
border-color: #BCB6C8;
}
</style>