Shades of Moon Raker #C8BAD6
Tints of Moon Raker #C8BAD6
RGB
CMYK
RGB Variations
Color information
#C8BAD6 (or 0xC8BAD6) is known color: Moon Raker. HEX triplet: C8, BA and D6. RGB value is (200,186,214). Sum of RGB (Red+Green+Blue) = 200+186+214=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAD6 is #374529. Grayscale: #C1C1C1. Windows color (decimal): -3622186 or 14072520. OLE color: 14072520.
HSL color Cylindrical-coordinate representation of color #C8BAD6: hue angle of 270º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BAD6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 186 | 214 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.16 |
| HSL | 270º | 0.25% | 0.78% | - |
| HSV(B) | 270º | 0.13% | 0.84% | - |
| XYZ | 53.52 | 52.25 | 70.88 | - |
| YUV | 193.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 214 | 0.07 | 0.13 | 0 | 0.16 | 270 | 0.25 | 0.78 |
| Hex | C8 | BA | D6 | 7 | D | 0 | 10 | 10E | 19 | 4E |
| Octal | 310 | 272 | 326 | 7 | 15 | 0 | 20 | 416 | 31 | 116 |
| Binary | 11001000 | 10111010 | 11010110 | 111 | 1101 | 0 | 10000 | 100001110 | 11001 | 1001110 |
Color Harmonies of #C8BAD6
Complementary color
Monochromatic Colors of #C8BAD6
Black with #C8BAD6
Text Example
Text Example
White with #C8BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAD6; }
p { color: rgb(200,186,214); }
H1.HeaderClassName
{
color: #C8BAD6;
}
.AnyTagClassName
{
color: #C8BAD6;
}
</style>
background-color css
<style>
a { background-color: #C8BAD6; }
a { background-color: rgb(200,186,214); }
div.DivClassName
{
background-color: #C8BAD6;
}
.BgClassName
{
background-color: #C8BAD6;
}
</style>
border-color css
<style>
span { border-color: #C8BAD6; }
span { border-color: rgb(200,186,214); }
td.TdClassName
{
border-color: #C8BAD6;
}
.TagClassName
{
border-color: #C8BAD6;
}
</style>