Shades of Moon Raker #C2BAD1
Tints of Moon Raker #C2BAD1
RGB
CMYK
RGB Variations
Color information
#C2BAD1 (or 0xC2BAD1) is known color: Moon Raker. HEX triplet: C2, BA and D1. RGB value is (194,186,209). Sum of RGB (Red+Green+Blue) = 194+186+209=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAD1 is #3D452E. Grayscale: #BEBEBE. Windows color (decimal): -4015407 or 13744834. OLE color: 13744834.
HSL color Cylindrical-coordinate representation of color #C2BAD1: hue angle of 260.87º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BAD1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 186 | 209 | - |
CMYK | 0.07 | 0.11 | 0 | 0.18 |
HSL | 260.87º | 0.2% | 0.77% | - |
HSV(B) | 260.87º | 0.11% | 0.82% | - |
XYZ | 51.32 | 51.19 | 67.5 | - |
YUV | 191.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 209 | 0.07 | 0.11 | 0 | 0.18 | 260.87 | 0.2 | 0.77 |
Hex | C2 | BA | D1 | 7 | B | 0 | 12 | 105 | 14 | 4D |
Octal | 302 | 272 | 321 | 7 | 13 | 0 | 22 | 405 | 24 | 115 |
Binary | 11000010 | 10111010 | 11010001 | 111 | 1011 | 0 | 10010 | 100000101 | 10100 | 1001101 |
Color Harmonies of #C2BAD1
Complementary color
Monochromatic Colors of #C2BAD1
Black with #C2BAD1
Text Example
Text Example
White with #C2BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAD1; }
p { color: rgb(194,186,209); }
H1.HeaderClassName
{
color: #C2BAD1;
}
.AnyTagClassName
{
color: #C2BAD1;
}
</style>
background-color css
<style>
a { background-color: #C2BAD1; }
a { background-color: rgb(194,186,209); }
div.DivClassName
{
background-color: #C2BAD1;
}
.BgClassName
{
background-color: #C2BAD1;
}
</style>
border-color css
<style>
span { border-color: #C2BAD1; }
span { border-color: rgb(194,186,209); }
td.TdClassName
{
border-color: #C2BAD1;
}
.TagClassName
{
border-color: #C2BAD1;
}
</style>