Shades of Moon Raker #C9BCDA
Tints of Moon Raker #C9BCDA
RGB
CMYK
RGB Variations
Color information
#C9BCDA (or 0xC9BCDA) is known color: Moon Raker. HEX triplet: C9, BC and DA. RGB value is (201,188,218). Sum of RGB (Red+Green+Blue) = 201+188+218=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDA is #364325. Grayscale: #C3C3C3. Windows color (decimal): -3556134 or 14335177. OLE color: 14335177.
HSL color Cylindrical-coordinate representation of color #C9BCDA: hue angle of 266º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BCDA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 188 | 218 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.15 |
| HSL | 266º | 0.29% | 0.8% | - |
| HSV(B) | 266º | 0.14% | 0.85% | - |
| XYZ | 54.73 | 53.45 | 73.76 | - |
| YUV | 195.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 218 | 0.08 | 0.14 | 0 | 0.15 | 266 | 0.29 | 0.8 |
| Hex | C9 | BC | DA | 8 | E | 0 | F | 10A | 1D | 50 |
| Octal | 311 | 274 | 332 | 10 | 16 | 0 | 17 | 412 | 35 | 120 |
| Binary | 11001001 | 10111100 | 11011010 | 1000 | 1110 | 0 | 1111 | 100001010 | 11101 | 1010000 |
Color Harmonies of #C9BCDA
Complementary color
Monochromatic Colors of #C9BCDA
Black with #C9BCDA
Text Example
Text Example
White with #C9BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCDA; }
p { color: rgb(201,188,218); }
H1.HeaderClassName
{
color: #C9BCDA;
}
.AnyTagClassName
{
color: #C9BCDA;
}
</style>
background-color css
<style>
a { background-color: #C9BCDA; }
a { background-color: rgb(201,188,218); }
div.DivClassName
{
background-color: #C9BCDA;
}
.BgClassName
{
background-color: #C9BCDA;
}
</style>
border-color css
<style>
span { border-color: #C9BCDA; }
span { border-color: rgb(201,188,218); }
td.TdClassName
{
border-color: #C9BCDA;
}
.TagClassName
{
border-color: #C9BCDA;
}
</style>