Shades of Moon Raker #C6BBD3
Tints of Moon Raker #C6BBD3
RGB
CMYK
RGB Variations
Color information
#C6BBD3 (or 0xC6BBD3) is known color: Moon Raker. HEX triplet: C6, BB and D3. RGB value is (198,187,211). Sum of RGB (Red+Green+Blue) = 198+187+211=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBD3 is #39442C. Grayscale: #C0C0C0. Windows color (decimal): -3753005 or 13876166. OLE color: 13876166.
HSL color Cylindrical-coordinate representation of color #C6BBD3: hue angle of 267.5º degrees, saturation: 0.21, 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 #C6BBD3 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 187 | 211 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.17 |
| HSL | 267.5º | 0.21% | 0.78% | - |
| HSV(B) | 267.5º | 0.11% | 0.83% | - |
| XYZ | 52.82 | 52.25 | 68.93 | - |
| YUV | 193.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 211 | 0.06 | 0.11 | 0 | 0.17 | 267.5 | 0.21 | 0.78 |
| Hex | C6 | BB | D3 | 6 | B | 0 | 11 | 10C | 15 | 4E |
| Octal | 306 | 273 | 323 | 6 | 13 | 0 | 21 | 414 | 25 | 116 |
| Binary | 11000110 | 10111011 | 11010011 | 110 | 1011 | 0 | 10001 | 100001100 | 10101 | 1001110 |
Color Harmonies of #C6BBD3
Complementary color
Monochromatic Colors of #C6BBD3
Black with #C6BBD3
Text Example
Text Example
White with #C6BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBD3; }
p { color: rgb(198,187,211); }
H1.HeaderClassName
{
color: #C6BBD3;
}
.AnyTagClassName
{
color: #C6BBD3;
}
</style>
background-color css
<style>
a { background-color: #C6BBD3; }
a { background-color: rgb(198,187,211); }
div.DivClassName
{
background-color: #C6BBD3;
}
.BgClassName
{
background-color: #C6BBD3;
}
</style>
border-color css
<style>
span { border-color: #C6BBD3; }
span { border-color: rgb(198,187,211); }
td.TdClassName
{
border-color: #C6BBD3;
}
.TagClassName
{
border-color: #C6BBD3;
}
</style>