Shades of Moon Raker #C4BDCF
Tints of Moon Raker #C4BDCF
RGB
CMYK
RGB Variations
Color information
#C4BDCF (or 0xC4BDCF) is known color: Moon Raker. HEX triplet: C4, BD and CF. RGB value is (196,189,207). Sum of RGB (Red+Green+Blue) = 196+189+207=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCF is #3B4230. Grayscale: #C1C1C1. Windows color (decimal): -3883569 or 13614532. OLE color: 13614532.
HSL color Cylindrical-coordinate representation of color #C4BDCF: hue angle of 263.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BDCF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 189 | 207 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.19 |
| HSL | 263.33º | 0.16% | 0.78% | - |
| HSV(B) | 263.33º | 0.09% | 0.81% | - |
| XYZ | 52.23 | 52.64 | 66.44 | - |
| YUV | 193.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 207 | 0.05 | 0.09 | 0 | 0.19 | 263.33 | 0.16 | 0.78 |
| Hex | C4 | BD | CF | 5 | 9 | 0 | 13 | 107 | 10 | 4E |
| Octal | 304 | 275 | 317 | 5 | 11 | 0 | 23 | 407 | 20 | 116 |
| Binary | 11000100 | 10111101 | 11001111 | 101 | 1001 | 0 | 10011 | 100000111 | 10000 | 1001110 |
Color Harmonies of #C4BDCF
Complementary color
Monochromatic Colors of #C4BDCF
Black with #C4BDCF
Text Example
Text Example
White with #C4BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDCF; }
p { color: rgb(196,189,207); }
H1.HeaderClassName
{
color: #C4BDCF;
}
.AnyTagClassName
{
color: #C4BDCF;
}
</style>
background-color css
<style>
a { background-color: #C4BDCF; }
a { background-color: rgb(196,189,207); }
div.DivClassName
{
background-color: #C4BDCF;
}
.BgClassName
{
background-color: #C4BDCF;
}
</style>
border-color css
<style>
span { border-color: #C4BDCF; }
span { border-color: rgb(196,189,207); }
td.TdClassName
{
border-color: #C4BDCF;
}
.TagClassName
{
border-color: #C4BDCF;
}
</style>