Shades of Moon Raker #C2BDCC
Tints of Moon Raker #C2BDCC
RGB
CMYK
RGB Variations
Color information
#C2BDCC (or 0xC2BDCC) is known color: Moon Raker. HEX triplet: C2, BD and CC. RGB value is (194,189,204). Sum of RGB (Red+Green+Blue) = 194+189+204=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCC is #3D4233. Grayscale: #C0C0C0. Windows color (decimal): -4014644 or 13417922. OLE color: 13417922.
HSL color Cylindrical-coordinate representation of color #C2BDCC: hue angle of 260º degrees, saturation: 0.13, 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 #C2BDCC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 189 | 204 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.2 |
| HSL | 260º | 0.13% | 0.77% | - |
| HSV(B) | 260º | 0.07% | 0.8% | - |
| XYZ | 51.34 | 52.22 | 64.5 | - |
| YUV | 192.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 204 | 0.05 | 0.07 | 0 | 0.2 | 260 | 0.13 | 0.77 |
| Hex | C2 | BD | CC | 5 | 7 | 0 | 14 | 104 | D | 4D |
| Octal | 302 | 275 | 314 | 5 | 7 | 0 | 24 | 404 | 15 | 115 |
| Binary | 11000010 | 10111101 | 11001100 | 101 | 111 | 0 | 10100 | 100000100 | 1101 | 1001101 |
Color Harmonies of #C2BDCC
Complementary color
Monochromatic Colors of #C2BDCC
Black with #C2BDCC
Text Example
Text Example
White with #C2BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDCC; }
p { color: rgb(194,189,204); }
H1.HeaderClassName
{
color: #C2BDCC;
}
.AnyTagClassName
{
color: #C2BDCC;
}
</style>
background-color css
<style>
a { background-color: #C2BDCC; }
a { background-color: rgb(194,189,204); }
div.DivClassName
{
background-color: #C2BDCC;
}
.BgClassName
{
background-color: #C2BDCC;
}
</style>
border-color css
<style>
span { border-color: #C2BDCC; }
span { border-color: rgb(194,189,204); }
td.TdClassName
{
border-color: #C2BDCC;
}
.TagClassName
{
border-color: #C2BDCC;
}
</style>