Shades of Moon Raker #C2B9CE
Tints of Moon Raker #C2B9CE
RGB
CMYK
RGB Variations
Color information
#C2B9CE (or 0xC2B9CE) is known color: Moon Raker. HEX triplet: C2, B9 and CE. RGB value is (194,185,206). Sum of RGB (Red+Green+Blue) = 194+185+206=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9CE is #3D4631. Grayscale: #BEBEBE. Windows color (decimal): -4015666 or 13547970. OLE color: 13547970.
HSL color Cylindrical-coordinate representation of color #C2B9CE: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B9CE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 185 | 206 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.19 |
| HSL | 265.71º | 0.18% | 0.77% | - |
| HSV(B) | 265.71º | 0.1% | 0.81% | - |
| XYZ | 50.74 | 50.62 | 65.49 | - |
| YUV | 190.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 206 | 0.06 | 0.10 | 0 | 0.19 | 265.71 | 0.18 | 0.77 |
| Hex | C2 | B9 | CE | 6 | A | 0 | 13 | 10A | 12 | 4D |
| Octal | 302 | 271 | 316 | 6 | 12 | 0 | 23 | 412 | 22 | 115 |
| Binary | 11000010 | 10111001 | 11001110 | 110 | 1010 | 0 | 10011 | 100001010 | 10010 | 1001101 |
Color Harmonies of #C2B9CE
Complementary color
Monochromatic Colors of #C2B9CE
Black with #C2B9CE
Text Example
Text Example
White with #C2B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9CE; }
p { color: rgb(194,185,206); }
H1.HeaderClassName
{
color: #C2B9CE;
}
.AnyTagClassName
{
color: #C2B9CE;
}
</style>
background-color css
<style>
a { background-color: #C2B9CE; }
a { background-color: rgb(194,185,206); }
div.DivClassName
{
background-color: #C2B9CE;
}
.BgClassName
{
background-color: #C2B9CE;
}
</style>
border-color css
<style>
span { border-color: #C2B9CE; }
span { border-color: rgb(194,185,206); }
td.TdClassName
{
border-color: #C2B9CE;
}
.TagClassName
{
border-color: #C2B9CE;
}
</style>