Shades of Moon Raker #C2BCCE
Tints of Moon Raker #C2BCCE
RGB
CMYK
RGB Variations
Color information
#C2BCCE (or 0xC2BCCE) is known color: Moon Raker. HEX triplet: C2, BC and CE. RGB value is (194,188,206). Sum of RGB (Red+Green+Blue) = 194+188+206=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCE is #3D4331. Grayscale: #BFBFBF. Windows color (decimal): -4014898 or 13548738. OLE color: 13548738.
HSL color Cylindrical-coordinate representation of color #C2BCCE: hue angle of 260º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BCCE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 188 | 206 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.19 |
| HSL | 260º | 0.16% | 0.77% | - |
| HSV(B) | 260º | 0.09% | 0.81% | - |
| XYZ | 51.37 | 51.89 | 65.7 | - |
| YUV | 191.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 206 | 0.06 | 0.09 | 0 | 0.19 | 260 | 0.16 | 0.77 |
| Hex | C2 | BC | CE | 6 | 9 | 0 | 13 | 104 | 10 | 4D |
| Octal | 302 | 274 | 316 | 6 | 11 | 0 | 23 | 404 | 20 | 115 |
| Binary | 11000010 | 10111100 | 11001110 | 110 | 1001 | 0 | 10011 | 100000100 | 10000 | 1001101 |
Color Harmonies of #C2BCCE
Complementary color
Monochromatic Colors of #C2BCCE
Black with #C2BCCE
Text Example
Text Example
White with #C2BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCCE; }
p { color: rgb(194,188,206); }
H1.HeaderClassName
{
color: #C2BCCE;
}
.AnyTagClassName
{
color: #C2BCCE;
}
</style>
background-color css
<style>
a { background-color: #C2BCCE; }
a { background-color: rgb(194,188,206); }
div.DivClassName
{
background-color: #C2BCCE;
}
.BgClassName
{
background-color: #C2BCCE;
}
</style>
border-color css
<style>
span { border-color: #C2BCCE; }
span { border-color: rgb(194,188,206); }
td.TdClassName
{
border-color: #C2BCCE;
}
.TagClassName
{
border-color: #C2BCCE;
}
</style>