Shades of Moon Raker #C2BBCF
Tints of Moon Raker #C2BBCF
RGB
CMYK
RGB Variations
Color information
#C2BBCF (or 0xC2BBCF) is known color: Moon Raker. HEX triplet: C2, BB and CF. RGB value is (194,187,207). Sum of RGB (Red+Green+Blue) = 194+187+207=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCF is #3D4430. Grayscale: #BFBFBF. Windows color (decimal): -4015153 or 13614018. OLE color: 13614018.
HSL color Cylindrical-coordinate representation of color #C2BBCF: hue angle of 261º degrees, saturation: 0.17, 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 #C2BBCF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 187 | 207 | - |
CMYK | 0.06 | 0.10 | 0 | 0.19 |
HSL | 261º | 0.17% | 0.77% | - |
HSV(B) | 261º | 0.1% | 0.81% | - |
XYZ | 51.28 | 51.51 | 66.27 | - |
YUV | 191.37 | 136.82 | 129.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 187 | 207 | 0.06 | 0.10 | 0 | 0.19 | 261 | 0.17 | 0.77 |
Hex | C2 | BB | CF | 6 | A | 0 | 13 | 105 | 11 | 4D |
Octal | 302 | 273 | 317 | 6 | 12 | 0 | 23 | 405 | 21 | 115 |
Binary | 11000010 | 10111011 | 11001111 | 110 | 1010 | 0 | 10011 | 100000101 | 10001 | 1001101 |
Color Harmonies of #C2BBCF
Complementary color
Monochromatic Colors of #C2BBCF
Black with #C2BBCF
Text Example
Text Example
White with #C2BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBCF; }
p { color: rgb(194,187,207); }
H1.HeaderClassName
{
color: #C2BBCF;
}
.AnyTagClassName
{
color: #C2BBCF;
}
</style>
background-color css
<style>
a { background-color: #C2BBCF; }
a { background-color: rgb(194,187,207); }
div.DivClassName
{
background-color: #C2BBCF;
}
.BgClassName
{
background-color: #C2BBCF;
}
</style>
border-color css
<style>
span { border-color: #C2BBCF; }
span { border-color: rgb(194,187,207); }
td.TdClassName
{
border-color: #C2BBCF;
}
.TagClassName
{
border-color: #C2BBCF;
}
</style>