Shades of Moon Raker #C9BBD9
Tints of Moon Raker #C9BBD9
RGB
CMYK
RGB Variations
Color information
#C9BBD9 (or 0xC9BBD9) is known color: Moon Raker. HEX triplet: C9, BB and D9. RGB value is (201,187,217). Sum of RGB (Red+Green+Blue) = 201+187+217=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBD9 is #364426. Grayscale: #C2C2C2. Windows color (decimal): -3556391 or 14269385. OLE color: 14269385.
HSL color Cylindrical-coordinate representation of color #C9BBD9: hue angle of 268º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BBD9 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 187 | 217 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.15 |
| HSL | 268º | 0.28% | 0.79% | - |
| HSV(B) | 268º | 0.14% | 0.85% | - |
| XYZ | 54.38 | 52.97 | 73 | - |
| YUV | 194.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 217 | 0.07 | 0.14 | 0 | 0.15 | 268 | 0.28 | 0.79 |
| Hex | C9 | BB | D9 | 7 | E | 0 | F | 10C | 1C | 4F |
| Octal | 311 | 273 | 331 | 7 | 16 | 0 | 17 | 414 | 34 | 117 |
| Binary | 11001001 | 10111011 | 11011001 | 111 | 1110 | 0 | 1111 | 100001100 | 11100 | 1001111 |
Color Harmonies of #C9BBD9
Complementary color
Monochromatic Colors of #C9BBD9
Black with #C9BBD9
Text Example
Text Example
White with #C9BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBD9; }
p { color: rgb(201,187,217); }
H1.HeaderClassName
{
color: #C9BBD9;
}
.AnyTagClassName
{
color: #C9BBD9;
}
</style>
background-color css
<style>
a { background-color: #C9BBD9; }
a { background-color: rgb(201,187,217); }
div.DivClassName
{
background-color: #C9BBD9;
}
.BgClassName
{
background-color: #C9BBD9;
}
</style>
border-color css
<style>
span { border-color: #C9BBD9; }
span { border-color: rgb(201,187,217); }
td.TdClassName
{
border-color: #C9BBD9;
}
.TagClassName
{
border-color: #C9BBD9;
}
</style>