Shades of Moon Raker #C6BED0
Tints of Moon Raker #C6BED0
RGB
CMYK
RGB Variations
Color information
#C6BED0 (or 0xC6BED0) is known color: Moon Raker. HEX triplet: C6, BE and D0. RGB value is (198,190,208). Sum of RGB (Red+Green+Blue) = 198+190+208=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED0 is #39412F. Grayscale: #C2C2C2. Windows color (decimal): -3752240 or 13680326. OLE color: 13680326.
HSL color Cylindrical-coordinate representation of color #C6BED0: hue angle of 266.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BED0 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 190 | 208 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.18 |
| HSL | 266.67º | 0.16% | 0.78% | - |
| HSV(B) | 266.67º | 0.09% | 0.82% | - |
| XYZ | 53.09 | 53.39 | 67.18 | - |
| YUV | 194.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 208 | 0.05 | 0.09 | 0 | 0.18 | 266.67 | 0.16 | 0.78 |
| Hex | C6 | BE | D0 | 5 | 9 | 0 | 12 | 10B | 10 | 4E |
| Octal | 306 | 276 | 320 | 5 | 11 | 0 | 22 | 413 | 20 | 116 |
| Binary | 11000110 | 10111110 | 11010000 | 101 | 1001 | 0 | 10010 | 100001011 | 10000 | 1001110 |
Color Harmonies of #C6BED0
Complementary color
Monochromatic Colors of #C6BED0
Black with #C6BED0
Text Example
Text Example
White with #C6BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BED0; }
p { color: rgb(198,190,208); }
H1.HeaderClassName
{
color: #C6BED0;
}
.AnyTagClassName
{
color: #C6BED0;
}
</style>
background-color css
<style>
a { background-color: #C6BED0; }
a { background-color: rgb(198,190,208); }
div.DivClassName
{
background-color: #C6BED0;
}
.BgClassName
{
background-color: #C6BED0;
}
</style>
border-color css
<style>
span { border-color: #C6BED0; }
span { border-color: rgb(198,190,208); }
td.TdClassName
{
border-color: #C6BED0;
}
.TagClassName
{
border-color: #C6BED0;
}
</style>