Shades of Moon Raker #C9BADB
Tints of Moon Raker #C9BADB
RGB
CMYK
RGB Variations
Color information
#C9BADB (or 0xC9BADB) is known color: Moon Raker. HEX triplet: C9, BA and DB. RGB value is (201,186,219). Sum of RGB (Red+Green+Blue) = 201+186+219=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BADB is #364524. Grayscale: #C2C2C2. Windows color (decimal): -3556645 or 14400201. OLE color: 14400201.
HSL color Cylindrical-coordinate representation of color #C9BADB: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BADB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 186 | 219 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.14 |
| HSL | 267.27º | 0.31% | 0.79% | - |
| HSV(B) | 267.27º | 0.15% | 0.86% | - |
| XYZ | 54.43 | 52.65 | 74.31 | - |
| YUV | 194.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 219 | 0.08 | 0.15 | 0 | 0.14 | 267.27 | 0.31 | 0.79 |
| Hex | C9 | BA | DB | 8 | F | 0 | E | 10B | 1F | 4F |
| Octal | 311 | 272 | 333 | 10 | 17 | 0 | 16 | 413 | 37 | 117 |
| Binary | 11001001 | 10111010 | 11011011 | 1000 | 1111 | 0 | 1110 | 100001011 | 11111 | 1001111 |
Color Harmonies of #C9BADB
Complementary color
Monochromatic Colors of #C9BADB
Black with #C9BADB
Text Example
Text Example
White with #C9BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BADB; }
p { color: rgb(201,186,219); }
H1.HeaderClassName
{
color: #C9BADB;
}
.AnyTagClassName
{
color: #C9BADB;
}
</style>
background-color css
<style>
a { background-color: #C9BADB; }
a { background-color: rgb(201,186,219); }
div.DivClassName
{
background-color: #C9BADB;
}
.BgClassName
{
background-color: #C9BADB;
}
</style>
border-color css
<style>
span { border-color: #C9BADB; }
span { border-color: rgb(201,186,219); }
td.TdClassName
{
border-color: #C9BADB;
}
.TagClassName
{
border-color: #C9BADB;
}
</style>