Shades of Moon Raker #C8BCD7
Tints of Moon Raker #C8BCD7
RGB
CMYK
RGB Variations
Color information
#C8BCD7 (or 0xC8BCD7) is known color: Moon Raker. HEX triplet: C8, BC and D7. RGB value is (200,188,215). Sum of RGB (Red+Green+Blue) = 200+188+215=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCD7 is #374328. Grayscale: #C2C2C2. Windows color (decimal): -3621673 or 14138568. OLE color: 14138568.
HSL color Cylindrical-coordinate representation of color #C8BCD7: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BCD7 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 188 | 215 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.16 |
| HSL | 266.67º | 0.25% | 0.79% | - |
| HSV(B) | 266.67º | 0.13% | 0.84% | - |
| XYZ | 54.07 | 53.15 | 71.7 | - |
| YUV | 194.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 215 | 0.07 | 0.13 | 0 | 0.16 | 266.67 | 0.25 | 0.79 |
| Hex | C8 | BC | D7 | 7 | D | 0 | 10 | 10B | 19 | 4F |
| Octal | 310 | 274 | 327 | 7 | 15 | 0 | 20 | 413 | 31 | 117 |
| Binary | 11001000 | 10111100 | 11010111 | 111 | 1101 | 0 | 10000 | 100001011 | 11001 | 1001111 |
Color Harmonies of #C8BCD7
Complementary color
Monochromatic Colors of #C8BCD7
Black with #C8BCD7
Text Example
Text Example
White with #C8BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCD7; }
p { color: rgb(200,188,215); }
H1.HeaderClassName
{
color: #C8BCD7;
}
.AnyTagClassName
{
color: #C8BCD7;
}
</style>
background-color css
<style>
a { background-color: #C8BCD7; }
a { background-color: rgb(200,188,215); }
div.DivClassName
{
background-color: #C8BCD7;
}
.BgClassName
{
background-color: #C8BCD7;
}
</style>
border-color css
<style>
span { border-color: #C8BCD7; }
span { border-color: rgb(200,188,215); }
td.TdClassName
{
border-color: #C8BCD7;
}
.TagClassName
{
border-color: #C8BCD7;
}
</style>