Shades of Moon Raker #C5BAD0
Tints of Moon Raker #C5BAD0
RGB
CMYK
RGB Variations
Color information
#C5BAD0 (or 0xC5BAD0) is known color: Moon Raker. HEX triplet: C5, BA and D0. RGB value is (197,186,208). Sum of RGB (Red+Green+Blue) = 197+186+208=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD0 is #3A452F. Grayscale: #BFBFBF. Windows color (decimal): -3818800 or 13679301. OLE color: 13679301.
HSL color Cylindrical-coordinate representation of color #C5BAD0: hue angle of 270º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BAD0 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 186 | 208 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.18 |
| HSL | 270º | 0.19% | 0.77% | - |
| HSV(B) | 270º | 0.11% | 0.82% | - |
| XYZ | 51.97 | 51.54 | 66.88 | - |
| YUV | 191.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 208 | 0.05 | 0.11 | 0 | 0.18 | 270 | 0.19 | 0.77 |
| Hex | C5 | BA | D0 | 5 | B | 0 | 12 | 10E | 13 | 4D |
| Octal | 305 | 272 | 320 | 5 | 13 | 0 | 22 | 416 | 23 | 115 |
| Binary | 11000101 | 10111010 | 11010000 | 101 | 1011 | 0 | 10010 | 100001110 | 10011 | 1001101 |
Color Harmonies of #C5BAD0
Complementary color
Monochromatic Colors of #C5BAD0
Black with #C5BAD0
Text Example
Text Example
White with #C5BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAD0; }
p { color: rgb(197,186,208); }
H1.HeaderClassName
{
color: #C5BAD0;
}
.AnyTagClassName
{
color: #C5BAD0;
}
</style>
background-color css
<style>
a { background-color: #C5BAD0; }
a { background-color: rgb(197,186,208); }
div.DivClassName
{
background-color: #C5BAD0;
}
.BgClassName
{
background-color: #C5BAD0;
}
</style>
border-color css
<style>
span { border-color: #C5BAD0; }
span { border-color: rgb(197,186,208); }
td.TdClassName
{
border-color: #C5BAD0;
}
.TagClassName
{
border-color: #C5BAD0;
}
</style>