Shades of Moon Raker #C5BCD0
Tints of Moon Raker #C5BCD0
RGB
CMYK
RGB Variations
Color information
#C5BCD0 (or 0xC5BCD0) is known color: Moon Raker. HEX triplet: C5, BC and D0. RGB value is (197,188,208). Sum of RGB (Red+Green+Blue) = 197+188+208=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCD0 is #3A432F. Grayscale: #C0C0C0. Windows color (decimal): -3818288 or 13679813. OLE color: 13679813.
HSL color Cylindrical-coordinate representation of color #C5BCD0: hue angle of 267º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BCD0 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 188 | 208 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.18 |
| HSL | 267º | 0.18% | 0.78% | - |
| HSV(B) | 267º | 0.1% | 0.82% | - |
| XYZ | 52.39 | 52.39 | 67.03 | - |
| YUV | 192.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 208 | 0.05 | 0.10 | 0 | 0.18 | 267 | 0.18 | 0.78 |
| Hex | C5 | BC | D0 | 5 | A | 0 | 12 | 10B | 12 | 4E |
| Octal | 305 | 274 | 320 | 5 | 12 | 0 | 22 | 413 | 22 | 116 |
| Binary | 11000101 | 10111100 | 11010000 | 101 | 1010 | 0 | 10010 | 100001011 | 10010 | 1001110 |
Color Harmonies of #C5BCD0
Complementary color
Monochromatic Colors of #C5BCD0
Black with #C5BCD0
Text Example
Text Example
White with #C5BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCD0; }
p { color: rgb(197,188,208); }
H1.HeaderClassName
{
color: #C5BCD0;
}
.AnyTagClassName
{
color: #C5BCD0;
}
</style>
background-color css
<style>
a { background-color: #C5BCD0; }
a { background-color: rgb(197,188,208); }
div.DivClassName
{
background-color: #C5BCD0;
}
.BgClassName
{
background-color: #C5BCD0;
}
</style>
border-color css
<style>
span { border-color: #C5BCD0; }
span { border-color: rgb(197,188,208); }
td.TdClassName
{
border-color: #C5BCD0;
}
.TagClassName
{
border-color: #C5BCD0;
}
</style>