Shades of Moon Raker #C9BED7
Tints of Moon Raker #C9BED7
RGB
CMYK
RGB Variations
Color information
#C9BED7 (or 0xC9BED7) is known color: Moon Raker. HEX triplet: C9, BE and D7. RGB value is (201,190,215). Sum of RGB (Red+Green+Blue) = 201+190+215=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #C9BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED7 is #364128. Grayscale: #C4C4C4. Windows color (decimal): -3555625 or 14139081. OLE color: 14139081.
HSL color Cylindrical-coordinate representation of color #C9BED7: hue angle of 266.4º 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 #C9BED7 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 190 | 215 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.16 |
| HSL | 266.4º | 0.24% | 0.79% | - |
| HSV(B) | 266.4º | 0.12% | 0.84% | - |
| XYZ | 54.77 | 54.15 | 71.86 | - |
| YUV | 196.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 215 | 0.07 | 0.12 | 0 | 0.16 | 266.4 | 0.24 | 0.79 |
| Hex | C9 | BE | D7 | 7 | C | 0 | 10 | 10A | 18 | 4F |
| Octal | 311 | 276 | 327 | 7 | 14 | 0 | 20 | 412 | 30 | 117 |
| Binary | 11001001 | 10111110 | 11010111 | 111 | 1100 | 0 | 10000 | 100001010 | 11000 | 1001111 |
Color Harmonies of #C9BED7
Complementary color
Monochromatic Colors of #C9BED7
Black with #C9BED7
Text Example
Text Example
White with #C9BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BED7; }
p { color: rgb(201,190,215); }
H1.HeaderClassName
{
color: #C9BED7;
}
.AnyTagClassName
{
color: #C9BED7;
}
</style>
background-color css
<style>
a { background-color: #C9BED7; }
a { background-color: rgb(201,190,215); }
div.DivClassName
{
background-color: #C9BED7;
}
.BgClassName
{
background-color: #C9BED7;
}
</style>
border-color css
<style>
span { border-color: #C9BED7; }
span { border-color: rgb(201,190,215); }
td.TdClassName
{
border-color: #C9BED7;
}
.TagClassName
{
border-color: #C9BED7;
}
</style>