Shades of Moon Raker #C2BAD2
Tints of Moon Raker #C2BAD2
RGB
CMYK
RGB Variations
Color information
#C2BAD2 (or 0xC2BAD2) is known color: Moon Raker. HEX triplet: C2, BA and D2. RGB value is (194,186,210). Sum of RGB (Red+Green+Blue) = 194+186+210=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAD2 is #3D452D. Grayscale: #BFBFBF. Windows color (decimal): -4015406 or 13810370. OLE color: 13810370.
HSL color Cylindrical-coordinate representation of color #C2BAD2: hue angle of 260º 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 #C2BAD2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 186 | 210 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.18 |
| HSL | 260º | 0.21% | 0.78% | - |
| HSV(B) | 260º | 0.11% | 0.82% | - |
| XYZ | 51.44 | 51.24 | 68.15 | - |
| YUV | 191.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 210 | 0.08 | 0.11 | 0 | 0.18 | 260 | 0.21 | 0.78 |
| Hex | C2 | BA | D2 | 8 | B | 0 | 12 | 104 | 15 | 4E |
| Octal | 302 | 272 | 322 | 10 | 13 | 0 | 22 | 404 | 25 | 116 |
| Binary | 11000010 | 10111010 | 11010010 | 1000 | 1011 | 0 | 10010 | 100000100 | 10101 | 1001110 |
Color Harmonies of #C2BAD2
Complementary color
Monochromatic Colors of #C2BAD2
Black with #C2BAD2
Text Example
Text Example
White with #C2BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAD2; }
p { color: rgb(194,186,210); }
H1.HeaderClassName
{
color: #C2BAD2;
}
.AnyTagClassName
{
color: #C2BAD2;
}
</style>
background-color css
<style>
a { background-color: #C2BAD2; }
a { background-color: rgb(194,186,210); }
div.DivClassName
{
background-color: #C2BAD2;
}
.BgClassName
{
background-color: #C2BAD2;
}
</style>
border-color css
<style>
span { border-color: #C2BAD2; }
span { border-color: rgb(194,186,210); }
td.TdClassName
{
border-color: #C2BAD2;
}
.TagClassName
{
border-color: #C2BAD2;
}
</style>