Shades of Moon Raker #C9BCD6
Tints of Moon Raker #C9BCD6
RGB
CMYK
RGB Variations
Color information
#C9BCD6 (or 0xC9BCD6) is known color: Moon Raker. HEX triplet: C9, BC and D6. RGB value is (201,188,214). Sum of RGB (Red+Green+Blue) = 201+188+214=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCD6 is #364329. Grayscale: #C2C2C2. Windows color (decimal): -3556138 or 14073033. OLE color: 14073033.
HSL color Cylindrical-coordinate representation of color #C9BCD6: hue angle of 270º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BCD6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 188 | 214 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.16 |
| HSL | 270º | 0.24% | 0.79% | - |
| HSV(B) | 270º | 0.12% | 0.84% | - |
| XYZ | 54.21 | 53.24 | 71.04 | - |
| YUV | 194.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 214 | 0.06 | 0.12 | 0 | 0.16 | 270 | 0.24 | 0.79 |
| Hex | C9 | BC | D6 | 6 | C | 0 | 10 | 10E | 18 | 4F |
| Octal | 311 | 274 | 326 | 6 | 14 | 0 | 20 | 416 | 30 | 117 |
| Binary | 11001001 | 10111100 | 11010110 | 110 | 1100 | 0 | 10000 | 100001110 | 11000 | 1001111 |
Color Harmonies of #C9BCD6
Complementary color
Monochromatic Colors of #C9BCD6
Black with #C9BCD6
Text Example
Text Example
White with #C9BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCD6; }
p { color: rgb(201,188,214); }
H1.HeaderClassName
{
color: #C9BCD6;
}
.AnyTagClassName
{
color: #C9BCD6;
}
</style>
background-color css
<style>
a { background-color: #C9BCD6; }
a { background-color: rgb(201,188,214); }
div.DivClassName
{
background-color: #C9BCD6;
}
.BgClassName
{
background-color: #C9BCD6;
}
</style>
border-color css
<style>
span { border-color: #C9BCD6; }
span { border-color: rgb(201,188,214); }
td.TdClassName
{
border-color: #C9BCD6;
}
.TagClassName
{
border-color: #C9BCD6;
}
</style>