Shades of Moon Raker #C5BAD1
Tints of Moon Raker #C5BAD1
RGB
CMYK
RGB Variations
Color information
#C5BAD1 (or 0xC5BAD1) is known color: Moon Raker. HEX triplet: C5, BA and D1. RGB value is (197,186,209). Sum of RGB (Red+Green+Blue) = 197+186+209=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAD1 is #3A452E. Grayscale: #BFBFBF. Windows color (decimal): -3818799 or 13744837. OLE color: 13744837.
HSL color Cylindrical-coordinate representation of color #C5BAD1: hue angle of 268.7º degrees, saturation: 0.2, 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 #C5BAD1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 186 | 209 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.18 |
| HSL | 268.7º | 0.2% | 0.77% | - |
| HSV(B) | 268.7º | 0.11% | 0.82% | - |
| XYZ | 52.09 | 51.59 | 67.53 | - |
| YUV | 191.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 209 | 0.06 | 0.11 | 0 | 0.18 | 268.7 | 0.2 | 0.77 |
| Hex | C5 | BA | D1 | 6 | B | 0 | 12 | 10D | 14 | 4D |
| Octal | 305 | 272 | 321 | 6 | 13 | 0 | 22 | 415 | 24 | 115 |
| Binary | 11000101 | 10111010 | 11010001 | 110 | 1011 | 0 | 10010 | 100001101 | 10100 | 1001101 |
Color Harmonies of #C5BAD1
Complementary color
Monochromatic Colors of #C5BAD1
Black with #C5BAD1
Text Example
Text Example
White with #C5BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BAD1; }
p { color: rgb(197,186,209); }
H1.HeaderClassName
{
color: #C5BAD1;
}
.AnyTagClassName
{
color: #C5BAD1;
}
</style>
background-color css
<style>
a { background-color: #C5BAD1; }
a { background-color: rgb(197,186,209); }
div.DivClassName
{
background-color: #C5BAD1;
}
.BgClassName
{
background-color: #C5BAD1;
}
</style>
border-color css
<style>
span { border-color: #C5BAD1; }
span { border-color: rgb(197,186,209); }
td.TdClassName
{
border-color: #C5BAD1;
}
.TagClassName
{
border-color: #C5BAD1;
}
</style>