Shades of Moon Raker #C3BBCE
Tints of Moon Raker #C3BBCE
RGB
CMYK
RGB Variations
Color information
#C3BBCE (or 0xC3BBCE) is known color: Moon Raker. HEX triplet: C3, BB and CE. RGB value is (195,187,206). Sum of RGB (Red+Green+Blue) = 195+187+206=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBCE is #3C4431. Grayscale: #BFBFBF. Windows color (decimal): -3949618 or 13548483. OLE color: 13548483.
HSL color Cylindrical-coordinate representation of color #C3BBCE: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BBCE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 187 | 206 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.19 |
| HSL | 265.26º | 0.16% | 0.77% | - |
| HSV(B) | 265.26º | 0.09% | 0.81% | - |
| XYZ | 51.42 | 51.6 | 65.64 | - |
| YUV | 191.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 206 | 0.05 | 0.09 | 0 | 0.19 | 265.26 | 0.16 | 0.77 |
| Hex | C3 | BB | CE | 5 | 9 | 0 | 13 | 109 | 10 | 4D |
| Octal | 303 | 273 | 316 | 5 | 11 | 0 | 23 | 411 | 20 | 115 |
| Binary | 11000011 | 10111011 | 11001110 | 101 | 1001 | 0 | 10011 | 100001001 | 10000 | 1001101 |
Color Harmonies of #C3BBCE
Complementary color
Monochromatic Colors of #C3BBCE
Black with #C3BBCE
Text Example
Text Example
White with #C3BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBCE; }
p { color: rgb(195,187,206); }
H1.HeaderClassName
{
color: #C3BBCE;
}
.AnyTagClassName
{
color: #C3BBCE;
}
</style>
background-color css
<style>
a { background-color: #C3BBCE; }
a { background-color: rgb(195,187,206); }
div.DivClassName
{
background-color: #C3BBCE;
}
.BgClassName
{
background-color: #C3BBCE;
}
</style>
border-color css
<style>
span { border-color: #C3BBCE; }
span { border-color: rgb(195,187,206); }
td.TdClassName
{
border-color: #C3BBCE;
}
.TagClassName
{
border-color: #C3BBCE;
}
</style>