Shades of Moon Raker #C2BBCD
Tints of Moon Raker #C2BBCD
RGB
CMYK
RGB Variations
Color information
#C2BBCD (or 0xC2BBCD) is known color: Moon Raker. HEX triplet: C2, BB and CD. RGB value is (194,187,205). Sum of RGB (Red+Green+Blue) = 194+187+205=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCD is #3D4432. Grayscale: #BFBFBF. Windows color (decimal): -4015155 or 13482946. OLE color: 13482946.
HSL color Cylindrical-coordinate representation of color #C2BBCD: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BBCD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 187 | 205 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.20 |
| HSL | 263.33º | 0.15% | 0.77% | - |
| HSV(B) | 263.33º | 0.09% | 0.8% | - |
| XYZ | 51.04 | 51.42 | 64.99 | - |
| YUV | 191.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 205 | 0.05 | 0.09 | 0 | 0.20 | 263.33 | 0.15 | 0.77 |
| Hex | C2 | BB | CD | 5 | 9 | 0 | 14 | 107 | F | 4D |
| Octal | 302 | 273 | 315 | 5 | 11 | 0 | 24 | 407 | 17 | 115 |
| Binary | 11000010 | 10111011 | 11001101 | 101 | 1001 | 0 | 10100 | 100000111 | 1111 | 1001101 |
Color Harmonies of #C2BBCD
Complementary color
Monochromatic Colors of #C2BBCD
Black with #C2BBCD
Text Example
Text Example
White with #C2BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBCD; }
p { color: rgb(194,187,205); }
H1.HeaderClassName
{
color: #C2BBCD;
}
.AnyTagClassName
{
color: #C2BBCD;
}
</style>
background-color css
<style>
a { background-color: #C2BBCD; }
a { background-color: rgb(194,187,205); }
div.DivClassName
{
background-color: #C2BBCD;
}
.BgClassName
{
background-color: #C2BBCD;
}
</style>
border-color css
<style>
span { border-color: #C2BBCD; }
span { border-color: rgb(194,187,205); }
td.TdClassName
{
border-color: #C2BBCD;
}
.TagClassName
{
border-color: #C2BBCD;
}
</style>