Shades of Moon Raker #C6BBD4
Tints of Moon Raker #C6BBD4
RGB
CMYK
RGB Variations
Color information
#C6BBD4 (or 0xC6BBD4) is known color: Moon Raker. HEX triplet: C6, BB and D4. RGB value is (198,187,212). Sum of RGB (Red+Green+Blue) = 198+187+212=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBD4 is #39442B. Grayscale: #C1C1C1. Windows color (decimal): -3753004 or 13941702. OLE color: 13941702.
HSL color Cylindrical-coordinate representation of color #C6BBD4: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BBD4 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 187 | 212 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.17 |
| HSL | 266.4º | 0.23% | 0.78% | - |
| HSV(B) | 266.4º | 0.12% | 0.83% | - |
| XYZ | 52.94 | 52.3 | 69.59 | - |
| YUV | 193.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 212 | 0.07 | 0.12 | 0 | 0.17 | 266.4 | 0.23 | 0.78 |
| Hex | C6 | BB | D4 | 7 | C | 0 | 11 | 10A | 17 | 4E |
| Octal | 306 | 273 | 324 | 7 | 14 | 0 | 21 | 412 | 27 | 116 |
| Binary | 11000110 | 10111011 | 11010100 | 111 | 1100 | 0 | 10001 | 100001010 | 10111 | 1001110 |
Color Harmonies of #C6BBD4
Complementary color
Monochromatic Colors of #C6BBD4
Black with #C6BBD4
Text Example
Text Example
White with #C6BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBD4; }
p { color: rgb(198,187,212); }
H1.HeaderClassName
{
color: #C6BBD4;
}
.AnyTagClassName
{
color: #C6BBD4;
}
</style>
background-color css
<style>
a { background-color: #C6BBD4; }
a { background-color: rgb(198,187,212); }
div.DivClassName
{
background-color: #C6BBD4;
}
.BgClassName
{
background-color: #C6BBD4;
}
</style>
border-color css
<style>
span { border-color: #C6BBD4; }
span { border-color: rgb(198,187,212); }
td.TdClassName
{
border-color: #C6BBD4;
}
.TagClassName
{
border-color: #C6BBD4;
}
</style>