Shades of Moon Raker #C6BBD7
Tints of Moon Raker #C6BBD7
RGB
CMYK
RGB Variations
Color information
#C6BBD7 (or 0xC6BBD7) is known color: Moon Raker. HEX triplet: C6, BB and D7. RGB value is (198,187,215). Sum of RGB (Red+Green+Blue) = 198+187+215=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBD7 is #394428. Grayscale: #C1C1C1. Windows color (decimal): -3753001 or 14138310. OLE color: 14138310.
HSL color Cylindrical-coordinate representation of color #C6BBD7: hue angle of 263.57º degrees, saturation: 0.26, 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 #C6BBD7 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 187 | 215 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.16 |
| HSL | 263.57º | 0.26% | 0.79% | - |
| HSV(B) | 263.57º | 0.13% | 0.84% | - |
| XYZ | 53.32 | 52.45 | 71.6 | - |
| YUV | 193.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 215 | 0.08 | 0.13 | 0 | 0.16 | 263.57 | 0.26 | 0.79 |
| Hex | C6 | BB | D7 | 8 | D | 0 | 10 | 108 | 1A | 4F |
| Octal | 306 | 273 | 327 | 10 | 15 | 0 | 20 | 410 | 32 | 117 |
| Binary | 11000110 | 10111011 | 11010111 | 1000 | 1101 | 0 | 10000 | 100001000 | 11010 | 1001111 |
Color Harmonies of #C6BBD7
Complementary color
Monochromatic Colors of #C6BBD7
Black with #C6BBD7
Text Example
Text Example
White with #C6BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBD7; }
p { color: rgb(198,187,215); }
H1.HeaderClassName
{
color: #C6BBD7;
}
.AnyTagClassName
{
color: #C6BBD7;
}
</style>
background-color css
<style>
a { background-color: #C6BBD7; }
a { background-color: rgb(198,187,215); }
div.DivClassName
{
background-color: #C6BBD7;
}
.BgClassName
{
background-color: #C6BBD7;
}
</style>
border-color css
<style>
span { border-color: #C6BBD7; }
span { border-color: rgb(198,187,215); }
td.TdClassName
{
border-color: #C6BBD7;
}
.TagClassName
{
border-color: #C6BBD7;
}
</style>