Shades of Moon Raker #C3BCCD
Tints of Moon Raker #C3BCCD
RGB
CMYK
RGB Variations
Color information
#C3BCCD (or 0xC3BCCD) is known color: Moon Raker. HEX triplet: C3, BC and CD. RGB value is (195,188,205). Sum of RGB (Red+Green+Blue) = 195+188+205=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCD is #3C4332. Grayscale: #BFBFBF. Windows color (decimal): -3949363 or 13483203. OLE color: 13483203.
HSL color Cylindrical-coordinate representation of color #C3BCCD: hue angle of 264.71º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BCCD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 188 | 205 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.20 |
| HSL | 264.71º | 0.15% | 0.77% | - |
| HSV(B) | 264.71º | 0.08% | 0.8% | - |
| XYZ | 51.51 | 51.98 | 65.08 | - |
| YUV | 192.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 205 | 0.05 | 0.08 | 0 | 0.20 | 264.71 | 0.15 | 0.77 |
| Hex | C3 | BC | CD | 5 | 8 | 0 | 14 | 109 | F | 4D |
| Octal | 303 | 274 | 315 | 5 | 10 | 0 | 24 | 411 | 17 | 115 |
| Binary | 11000011 | 10111100 | 11001101 | 101 | 1000 | 0 | 10100 | 100001001 | 1111 | 1001101 |
Color Harmonies of #C3BCCD
Complementary color
Monochromatic Colors of #C3BCCD
Black with #C3BCCD
Text Example
Text Example
White with #C3BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCCD; }
p { color: rgb(195,188,205); }
H1.HeaderClassName
{
color: #C3BCCD;
}
.AnyTagClassName
{
color: #C3BCCD;
}
</style>
background-color css
<style>
a { background-color: #C3BCCD; }
a { background-color: rgb(195,188,205); }
div.DivClassName
{
background-color: #C3BCCD;
}
.BgClassName
{
background-color: #C3BCCD;
}
</style>
border-color css
<style>
span { border-color: #C3BCCD; }
span { border-color: rgb(195,188,205); }
td.TdClassName
{
border-color: #C3BCCD;
}
.TagClassName
{
border-color: #C3BCCD;
}
</style>