Shades of Moon Raker #C9BFD6
Tints of Moon Raker #C9BFD6
RGB
CMYK
RGB Variations
Color information
#C9BFD6 (or 0xC9BFD6) is known color: Moon Raker. HEX triplet: C9, BF and D6. RGB value is (201,191,214). Sum of RGB (Red+Green+Blue) = 201+191+214=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFD6 is #364029. Grayscale: #C4C4C4. Windows color (decimal): -3555370 or 14073801. OLE color: 14073801.
HSL color Cylindrical-coordinate representation of color #C9BFD6: hue angle of 266.09º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BFD6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 191 | 214 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.16 |
| HSL | 266.09º | 0.22% | 0.79% | - |
| HSV(B) | 266.09º | 0.11% | 0.84% | - |
| XYZ | 54.86 | 54.53 | 71.25 | - |
| YUV | 196.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 214 | 0.06 | 0.11 | 0 | 0.16 | 266.09 | 0.22 | 0.79 |
| Hex | C9 | BF | D6 | 6 | B | 0 | 10 | 10A | 16 | 4F |
| Octal | 311 | 277 | 326 | 6 | 13 | 0 | 20 | 412 | 26 | 117 |
| Binary | 11001001 | 10111111 | 11010110 | 110 | 1011 | 0 | 10000 | 100001010 | 10110 | 1001111 |
Color Harmonies of #C9BFD6
Complementary color
Monochromatic Colors of #C9BFD6
Black with #C9BFD6
Text Example
Text Example
White with #C9BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFD6; }
p { color: rgb(201,191,214); }
H1.HeaderClassName
{
color: #C9BFD6;
}
.AnyTagClassName
{
color: #C9BFD6;
}
</style>
background-color css
<style>
a { background-color: #C9BFD6; }
a { background-color: rgb(201,191,214); }
div.DivClassName
{
background-color: #C9BFD6;
}
.BgClassName
{
background-color: #C9BFD6;
}
</style>
border-color css
<style>
span { border-color: #C9BFD6; }
span { border-color: rgb(201,191,214); }
td.TdClassName
{
border-color: #C9BFD6;
}
.TagClassName
{
border-color: #C9BFD6;
}
</style>