Shades of Moon Raker #C6BCD4
Tints of Moon Raker #C6BCD4
RGB
CMYK
RGB Variations
Color information
#C6BCD4 (or 0xC6BCD4) is known color: Moon Raker. HEX triplet: C6, BC and D4. RGB value is (198,188,212). Sum of RGB (Red+Green+Blue) = 198+188+212=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCD4 is #39432B. Grayscale: #C1C1C1. Windows color (decimal): -3752748 or 13941958. OLE color: 13941958.
HSL color Cylindrical-coordinate representation of color #C6BCD4: hue angle of 265º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BCD4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 188 | 212 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.17 |
| HSL | 265º | 0.22% | 0.78% | - |
| HSV(B) | 265º | 0.11% | 0.83% | - |
| XYZ | 53.16 | 52.73 | 69.66 | - |
| YUV | 193.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 212 | 0.07 | 0.11 | 0 | 0.17 | 265 | 0.22 | 0.78 |
| Hex | C6 | BC | D4 | 7 | B | 0 | 11 | 109 | 16 | 4E |
| Octal | 306 | 274 | 324 | 7 | 13 | 0 | 21 | 411 | 26 | 116 |
| Binary | 11000110 | 10111100 | 11010100 | 111 | 1011 | 0 | 10001 | 100001001 | 10110 | 1001110 |
Color Harmonies of #C6BCD4
Complementary color
Monochromatic Colors of #C6BCD4
Black with #C6BCD4
Text Example
Text Example
White with #C6BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCD4; }
p { color: rgb(198,188,212); }
H1.HeaderClassName
{
color: #C6BCD4;
}
.AnyTagClassName
{
color: #C6BCD4;
}
</style>
background-color css
<style>
a { background-color: #C6BCD4; }
a { background-color: rgb(198,188,212); }
div.DivClassName
{
background-color: #C6BCD4;
}
.BgClassName
{
background-color: #C6BCD4;
}
</style>
border-color css
<style>
span { border-color: #C6BCD4; }
span { border-color: rgb(198,188,212); }
td.TdClassName
{
border-color: #C6BCD4;
}
.TagClassName
{
border-color: #C6BCD4;
}
</style>