Shades of Moon Raker #C4BECF
Tints of Moon Raker #C4BECF
RGB
CMYK
RGB Variations
Color information
#C4BECF (or 0xC4BECF) is known color: Moon Raker. HEX triplet: C4, BE and CF. RGB value is (196,190,207). Sum of RGB (Red+Green+Blue) = 196+190+207=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECF is #3B4130. Grayscale: #C1C1C1. Windows color (decimal): -3883313 or 13614788. OLE color: 13614788.
HSL color Cylindrical-coordinate representation of color #C4BECF: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BECF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 190 | 207 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.19 |
| HSL | 261.18º | 0.15% | 0.78% | - |
| HSV(B) | 261.18º | 0.08% | 0.81% | - |
| XYZ | 52.44 | 53.07 | 66.51 | - |
| YUV | 193.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 207 | 0.05 | 0.08 | 0 | 0.19 | 261.18 | 0.15 | 0.78 |
| Hex | C4 | BE | CF | 5 | 8 | 0 | 13 | 105 | F | 4E |
| Octal | 304 | 276 | 317 | 5 | 10 | 0 | 23 | 405 | 17 | 116 |
| Binary | 11000100 | 10111110 | 11001111 | 101 | 1000 | 0 | 10011 | 100000101 | 1111 | 1001110 |
Color Harmonies of #C4BECF
Complementary color
Monochromatic Colors of #C4BECF
Black with #C4BECF
Text Example
Text Example
White with #C4BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BECF; }
p { color: rgb(196,190,207); }
H1.HeaderClassName
{
color: #C4BECF;
}
.AnyTagClassName
{
color: #C4BECF;
}
</style>
background-color css
<style>
a { background-color: #C4BECF; }
a { background-color: rgb(196,190,207); }
div.DivClassName
{
background-color: #C4BECF;
}
.BgClassName
{
background-color: #C4BECF;
}
</style>
border-color css
<style>
span { border-color: #C4BECF; }
span { border-color: rgb(196,190,207); }
td.TdClassName
{
border-color: #C4BECF;
}
.TagClassName
{
border-color: #C4BECF;
}
</style>