Shades of Moon Raker #C3BECC
Tints of Moon Raker #C3BECC
RGB
CMYK
RGB Variations
Color information
#C3BECC (or 0xC3BECC) is known color: Moon Raker. HEX triplet: C3, BE and CC. RGB value is (195,190,204). Sum of RGB (Red+Green+Blue) = 195+190+204=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BECC is #3C4133. Grayscale: #C1C1C1. Windows color (decimal): -3948852 or 13418179. OLE color: 13418179.
HSL color Cylindrical-coordinate representation of color #C3BECC: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BECC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 190 | 204 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.2 |
| HSL | 261.43º | 0.12% | 0.77% | - |
| HSV(B) | 261.43º | 0.07% | 0.8% | - |
| XYZ | 51.82 | 52.79 | 64.58 | - |
| YUV | 193.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 204 | 0.04 | 0.07 | 0 | 0.2 | 261.43 | 0.12 | 0.77 |
| Hex | C3 | BE | CC | 4 | 7 | 0 | 14 | 105 | C | 4D |
| Octal | 303 | 276 | 314 | 4 | 7 | 0 | 24 | 405 | 14 | 115 |
| Binary | 11000011 | 10111110 | 11001100 | 100 | 111 | 0 | 10100 | 100000101 | 1100 | 1001101 |
Color Harmonies of #C3BECC
Complementary color
Monochromatic Colors of #C3BECC
Black with #C3BECC
Text Example
Text Example
White with #C3BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BECC; }
p { color: rgb(195,190,204); }
H1.HeaderClassName
{
color: #C3BECC;
}
.AnyTagClassName
{
color: #C3BECC;
}
</style>
background-color css
<style>
a { background-color: #C3BECC; }
a { background-color: rgb(195,190,204); }
div.DivClassName
{
background-color: #C3BECC;
}
.BgClassName
{
background-color: #C3BECC;
}
</style>
border-color css
<style>
span { border-color: #C3BECC; }
span { border-color: rgb(195,190,204); }
td.TdClassName
{
border-color: #C3BECC;
}
.TagClassName
{
border-color: #C3BECC;
}
</style>