Shades of Moon Raker #C9BCD8
Tints of Moon Raker #C9BCD8
RGB
CMYK
RGB Variations
Color information
#C9BCD8 (or 0xC9BCD8) is known color: Moon Raker. HEX triplet: C9, BC and D8. RGB value is (201,188,216). Sum of RGB (Red+Green+Blue) = 201+188+216=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCD8 is #364327. Grayscale: #C2C2C2. Windows color (decimal): -3556136 or 14204105. OLE color: 14204105.
HSL color Cylindrical-coordinate representation of color #C9BCD8: hue angle of 267.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BCD8 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 188 | 216 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.15 |
| HSL | 267.86º | 0.26% | 0.79% | - |
| HSV(B) | 267.86º | 0.13% | 0.85% | - |
| XYZ | 54.47 | 53.34 | 72.39 | - |
| YUV | 195.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 216 | 0.07 | 0.13 | 0 | 0.15 | 267.86 | 0.26 | 0.79 |
| Hex | C9 | BC | D8 | 7 | D | 0 | F | 10C | 1A | 4F |
| Octal | 311 | 274 | 330 | 7 | 15 | 0 | 17 | 414 | 32 | 117 |
| Binary | 11001001 | 10111100 | 11011000 | 111 | 1101 | 0 | 1111 | 100001100 | 11010 | 1001111 |
Color Harmonies of #C9BCD8
Complementary color
Monochromatic Colors of #C9BCD8
Black with #C9BCD8
Text Example
Text Example
White with #C9BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCD8; }
p { color: rgb(201,188,216); }
H1.HeaderClassName
{
color: #C9BCD8;
}
.AnyTagClassName
{
color: #C9BCD8;
}
</style>
background-color css
<style>
a { background-color: #C9BCD8; }
a { background-color: rgb(201,188,216); }
div.DivClassName
{
background-color: #C9BCD8;
}
.BgClassName
{
background-color: #C9BCD8;
}
</style>
border-color css
<style>
span { border-color: #C9BCD8; }
span { border-color: rgb(201,188,216); }
td.TdClassName
{
border-color: #C9BCD8;
}
.TagClassName
{
border-color: #C9BCD8;
}
</style>