Shades of Moon Raker #C6BCD5
Tints of Moon Raker #C6BCD5
RGB
CMYK
RGB Variations
Color information
#C6BCD5 (or 0xC6BCD5) is known color: Moon Raker. HEX triplet: C6, BC and D5. RGB value is (198,188,213). Sum of RGB (Red+Green+Blue) = 198+188+213=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCD5 is #39432A. Grayscale: #C1C1C1. Windows color (decimal): -3752747 or 14007494. OLE color: 14007494.
HSL color Cylindrical-coordinate representation of color #C6BCD5: hue angle of 264º degrees, saturation: 0.23, 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 #C6BCD5 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 188 | 213 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.16 |
| HSL | 264º | 0.23% | 0.79% | - |
| HSV(B) | 264º | 0.12% | 0.84% | - |
| XYZ | 53.28 | 52.78 | 70.33 | - |
| YUV | 193.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 213 | 0.07 | 0.12 | 0 | 0.16 | 264 | 0.23 | 0.79 |
| Hex | C6 | BC | D5 | 7 | C | 0 | 10 | 108 | 17 | 4F |
| Octal | 306 | 274 | 325 | 7 | 14 | 0 | 20 | 410 | 27 | 117 |
| Binary | 11000110 | 10111100 | 11010101 | 111 | 1100 | 0 | 10000 | 100001000 | 10111 | 1001111 |
Color Harmonies of #C6BCD5
Complementary color
Monochromatic Colors of #C6BCD5
Black with #C6BCD5
Text Example
Text Example
White with #C6BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCD5; }
p { color: rgb(198,188,213); }
H1.HeaderClassName
{
color: #C6BCD5;
}
.AnyTagClassName
{
color: #C6BCD5;
}
</style>
background-color css
<style>
a { background-color: #C6BCD5; }
a { background-color: rgb(198,188,213); }
div.DivClassName
{
background-color: #C6BCD5;
}
.BgClassName
{
background-color: #C6BCD5;
}
</style>
border-color css
<style>
span { border-color: #C6BCD5; }
span { border-color: rgb(198,188,213); }
td.TdClassName
{
border-color: #C6BCD5;
}
.TagClassName
{
border-color: #C6BCD5;
}
</style>