Shades of Moon Raker #C3BAD2
Tints of Moon Raker #C3BAD2
RGB
CMYK
RGB Variations
Color information
#C3BAD2 (or 0xC3BAD2) is known color: Moon Raker. HEX triplet: C3, BA and D2. RGB value is (195,186,210). Sum of RGB (Red+Green+Blue) = 195+186+210=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD2 is #3C452D. Grayscale: #BFBFBF. Windows color (decimal): -3949870 or 13810371. OLE color: 13810371.
HSL color Cylindrical-coordinate representation of color #C3BAD2: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3BAD2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 186 | 210 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.18 |
| HSL | 262.5º | 0.21% | 0.78% | - |
| HSV(B) | 262.5º | 0.11% | 0.82% | - |
| XYZ | 51.7 | 51.37 | 68.16 | - |
| YUV | 191.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 210 | 0.07 | 0.11 | 0 | 0.18 | 262.5 | 0.21 | 0.78 |
| Hex | C3 | BA | D2 | 7 | B | 0 | 12 | 106 | 15 | 4E |
| Octal | 303 | 272 | 322 | 7 | 13 | 0 | 22 | 406 | 25 | 116 |
| Binary | 11000011 | 10111010 | 11010010 | 111 | 1011 | 0 | 10010 | 100000110 | 10101 | 1001110 |
Color Harmonies of #C3BAD2
Complementary color
Monochromatic Colors of #C3BAD2
Black with #C3BAD2
Text Example
Text Example
White with #C3BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAD2; }
p { color: rgb(195,186,210); }
H1.HeaderClassName
{
color: #C3BAD2;
}
.AnyTagClassName
{
color: #C3BAD2;
}
</style>
background-color css
<style>
a { background-color: #C3BAD2; }
a { background-color: rgb(195,186,210); }
div.DivClassName
{
background-color: #C3BAD2;
}
.BgClassName
{
background-color: #C3BAD2;
}
</style>
border-color css
<style>
span { border-color: #C3BAD2; }
span { border-color: rgb(195,186,210); }
td.TdClassName
{
border-color: #C3BAD2;
}
.TagClassName
{
border-color: #C3BAD2;
}
</style>