Shades of Moon Raker #C4BAD1
Tints of Moon Raker #C4BAD1
RGB
CMYK
RGB Variations
Color information
#C4BAD1 (or 0xC4BAD1) is known color: Moon Raker. HEX triplet: C4, BA and D1. RGB value is (196,186,209). Sum of RGB (Red+Green+Blue) = 196+186+209=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAD1 is #3B452E. Grayscale: #BFBFBF. Windows color (decimal): -3884335 or 13744836. OLE color: 13744836.
HSL color Cylindrical-coordinate representation of color #C4BAD1: hue angle of 266.09º 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 #C4BAD1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 186 | 209 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.18 |
| HSL | 266.09º | 0.2% | 0.77% | - |
| HSV(B) | 266.09º | 0.11% | 0.82% | - |
| XYZ | 51.83 | 51.46 | 67.52 | - |
| YUV | 191.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 209 | 0.06 | 0.11 | 0 | 0.18 | 266.09 | 0.2 | 0.77 |
| Hex | C4 | BA | D1 | 6 | B | 0 | 12 | 10A | 14 | 4D |
| Octal | 304 | 272 | 321 | 6 | 13 | 0 | 22 | 412 | 24 | 115 |
| Binary | 11000100 | 10111010 | 11010001 | 110 | 1011 | 0 | 10010 | 100001010 | 10100 | 1001101 |
Color Harmonies of #C4BAD1
Complementary color
Monochromatic Colors of #C4BAD1
Black with #C4BAD1
Text Example
Text Example
White with #C4BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAD1; }
p { color: rgb(196,186,209); }
H1.HeaderClassName
{
color: #C4BAD1;
}
.AnyTagClassName
{
color: #C4BAD1;
}
</style>
background-color css
<style>
a { background-color: #C4BAD1; }
a { background-color: rgb(196,186,209); }
div.DivClassName
{
background-color: #C4BAD1;
}
.BgClassName
{
background-color: #C4BAD1;
}
</style>
border-color css
<style>
span { border-color: #C4BAD1; }
span { border-color: rgb(196,186,209); }
td.TdClassName
{
border-color: #C4BAD1;
}
.TagClassName
{
border-color: #C4BAD1;
}
</style>