Shades of Moon Raker #C6BCD2
Tints of Moon Raker #C6BCD2
RGB
CMYK
RGB Variations
Color information
#C6BCD2 (or 0xC6BCD2) is known color: Moon Raker. HEX triplet: C6, BC and D2. RGB value is (198,188,210). Sum of RGB (Red+Green+Blue) = 198+188+210=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCD2 is #39432D. Grayscale: #C1C1C1. Windows color (decimal): -3752750 or 13810886. OLE color: 13810886.
HSL color Cylindrical-coordinate representation of color #C6BCD2: hue angle of 267.27º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BCD2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 188 | 210 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.18 |
| HSL | 267.27º | 0.2% | 0.78% | - |
| HSV(B) | 267.27º | 0.1% | 0.82% | - |
| XYZ | 52.9 | 52.63 | 68.34 | - |
| YUV | 193.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 210 | 0.06 | 0.10 | 0 | 0.18 | 267.27 | 0.2 | 0.78 |
| Hex | C6 | BC | D2 | 6 | A | 0 | 12 | 10B | 14 | 4E |
| Octal | 306 | 274 | 322 | 6 | 12 | 0 | 22 | 413 | 24 | 116 |
| Binary | 11000110 | 10111100 | 11010010 | 110 | 1010 | 0 | 10010 | 100001011 | 10100 | 1001110 |
Color Harmonies of #C6BCD2
Complementary color
Monochromatic Colors of #C6BCD2
Black with #C6BCD2
Text Example
Text Example
White with #C6BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCD2; }
p { color: rgb(198,188,210); }
H1.HeaderClassName
{
color: #C6BCD2;
}
.AnyTagClassName
{
color: #C6BCD2;
}
</style>
background-color css
<style>
a { background-color: #C6BCD2; }
a { background-color: rgb(198,188,210); }
div.DivClassName
{
background-color: #C6BCD2;
}
.BgClassName
{
background-color: #C6BCD2;
}
</style>
border-color css
<style>
span { border-color: #C6BCD2; }
span { border-color: rgb(198,188,210); }
td.TdClassName
{
border-color: #C6BCD2;
}
.TagClassName
{
border-color: #C6BCD2;
}
</style>