Shades of Moon Raker #C2BCCC
Tints of Moon Raker #C2BCCC
RGB
CMYK
RGB Variations
Color information
#C2BCCC (or 0xC2BCCC) is known color: Moon Raker. HEX triplet: C2, BC and CC. RGB value is (194,188,204). Sum of RGB (Red+Green+Blue) = 194+188+204=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCC is #3D4333. Grayscale: #BFBFBF. Windows color (decimal): -4014900 or 13417666. OLE color: 13417666.
HSL color Cylindrical-coordinate representation of color #C2BCCC: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BCCC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 188 | 204 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.2 |
| HSL | 262.5º | 0.14% | 0.77% | - |
| HSV(B) | 262.5º | 0.08% | 0.8% | - |
| XYZ | 51.13 | 51.8 | 64.43 | - |
| YUV | 191.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 204 | 0.05 | 0.08 | 0 | 0.2 | 262.5 | 0.14 | 0.77 |
| Hex | C2 | BC | CC | 5 | 8 | 0 | 14 | 106 | E | 4D |
| Octal | 302 | 274 | 314 | 5 | 10 | 0 | 24 | 406 | 16 | 115 |
| Binary | 11000010 | 10111100 | 11001100 | 101 | 1000 | 0 | 10100 | 100000110 | 1110 | 1001101 |
Color Harmonies of #C2BCCC
Complementary color
Monochromatic Colors of #C2BCCC
Black with #C2BCCC
Text Example
Text Example
White with #C2BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCCC; }
p { color: rgb(194,188,204); }
H1.HeaderClassName
{
color: #C2BCCC;
}
.AnyTagClassName
{
color: #C2BCCC;
}
</style>
background-color css
<style>
a { background-color: #C2BCCC; }
a { background-color: rgb(194,188,204); }
div.DivClassName
{
background-color: #C2BCCC;
}
.BgClassName
{
background-color: #C2BCCC;
}
</style>
border-color css
<style>
span { border-color: #C2BCCC; }
span { border-color: rgb(194,188,204); }
td.TdClassName
{
border-color: #C2BCCC;
}
.TagClassName
{
border-color: #C2BCCC;
}
</style>