Shades of Moon Raker #C9BADA
Tints of Moon Raker #C9BADA
RGB
CMYK
RGB Variations
Color information
#C9BADA (or 0xC9BADA) is known color: Moon Raker. HEX triplet: C9, BA and DA. RGB value is (201,186,218). Sum of RGB (Red+Green+Blue) = 201+186+218=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BADA is #364525. Grayscale: #C2C2C2. Windows color (decimal): -3556646 or 14334665. OLE color: 14334665.
HSL color Cylindrical-coordinate representation of color #C9BADA: hue angle of 268.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BADA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 186 | 218 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.15 |
| HSL | 268.13º | 0.3% | 0.79% | - |
| HSV(B) | 268.13º | 0.15% | 0.85% | - |
| XYZ | 54.3 | 52.6 | 73.62 | - |
| YUV | 194.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 218 | 0.08 | 0.15 | 0 | 0.15 | 268.13 | 0.3 | 0.79 |
| Hex | C9 | BA | DA | 8 | F | 0 | F | 10C | 1E | 4F |
| Octal | 311 | 272 | 332 | 10 | 17 | 0 | 17 | 414 | 36 | 117 |
| Binary | 11001001 | 10111010 | 11011010 | 1000 | 1111 | 0 | 1111 | 100001100 | 11110 | 1001111 |
Color Harmonies of #C9BADA
Complementary color
Monochromatic Colors of #C9BADA
Black with #C9BADA
Text Example
Text Example
White with #C9BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BADA; }
p { color: rgb(201,186,218); }
H1.HeaderClassName
{
color: #C9BADA;
}
.AnyTagClassName
{
color: #C9BADA;
}
</style>
background-color css
<style>
a { background-color: #C9BADA; }
a { background-color: rgb(201,186,218); }
div.DivClassName
{
background-color: #C9BADA;
}
.BgClassName
{
background-color: #C9BADA;
}
</style>
border-color css
<style>
span { border-color: #C9BADA; }
span { border-color: rgb(201,186,218); }
td.TdClassName
{
border-color: #C9BADA;
}
.TagClassName
{
border-color: #C9BADA;
}
</style>