Shades of Moon Raker #C9BBDA
Tints of Moon Raker #C9BBDA
RGB
CMYK
RGB Variations
Color information
#C9BBDA (or 0xC9BBDA) is known color: Moon Raker. HEX triplet: C9, BB and DA. RGB value is (201,187,218). Sum of RGB (Red+Green+Blue) = 201+187+218=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDA is #364425. Grayscale: #C2C2C2. Windows color (decimal): -3556390 or 14334921. OLE color: 14334921.
HSL color Cylindrical-coordinate representation of color #C9BBDA: hue angle of 267.1º degrees, saturation: 0.3, 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 #C9BBDA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 187 | 218 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.15 |
| HSL | 267.1º | 0.3% | 0.79% | - |
| HSV(B) | 267.1º | 0.14% | 0.85% | - |
| XYZ | 54.51 | 53.02 | 73.69 | - |
| YUV | 194.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 218 | 0.08 | 0.14 | 0 | 0.15 | 267.1 | 0.3 | 0.79 |
| Hex | C9 | BB | DA | 8 | E | 0 | F | 10B | 1E | 4F |
| Octal | 311 | 273 | 332 | 10 | 16 | 0 | 17 | 413 | 36 | 117 |
| Binary | 11001001 | 10111011 | 11011010 | 1000 | 1110 | 0 | 1111 | 100001011 | 11110 | 1001111 |
Color Harmonies of #C9BBDA
Complementary color
Monochromatic Colors of #C9BBDA
Black with #C9BBDA
Text Example
Text Example
White with #C9BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBDA; }
p { color: rgb(201,187,218); }
H1.HeaderClassName
{
color: #C9BBDA;
}
.AnyTagClassName
{
color: #C9BBDA;
}
</style>
background-color css
<style>
a { background-color: #C9BBDA; }
a { background-color: rgb(201,187,218); }
div.DivClassName
{
background-color: #C9BBDA;
}
.BgClassName
{
background-color: #C9BBDA;
}
</style>
border-color css
<style>
span { border-color: #C9BBDA; }
span { border-color: rgb(201,187,218); }
td.TdClassName
{
border-color: #C9BBDA;
}
.TagClassName
{
border-color: #C9BBDA;
}
</style>