Shades of Prelude #C6BACD
Tints of Prelude #C6BACD
RGB
CMYK
RGB Variations
Color information
#C6BACD (or 0xC6BACD) is known color: Prelude. HEX triplet: C6, BA and CD. RGB value is (198,186,205). Sum of RGB (Red+Green+Blue) = 198+186+205=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACD is #394532. Grayscale: #BFBFBF. Windows color (decimal): -3753267 or 13482694. OLE color: 13482694.
HSL color Cylindrical-coordinate representation of color #C6BACD: hue angle of 277.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BACD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 186 | 205 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.20 |
| HSL | 277.89º | 0.16% | 0.77% | - |
| HSV(B) | 277.89º | 0.09% | 0.8% | - |
| XYZ | 51.87 | 51.53 | 64.97 | - |
| YUV | 191.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 205 | 0.03 | 0.09 | 0 | 0.20 | 277.89 | 0.16 | 0.77 |
| Hex | C6 | BA | CD | 3 | 9 | 0 | 14 | 116 | 10 | 4D |
| Octal | 306 | 272 | 315 | 3 | 11 | 0 | 24 | 426 | 20 | 115 |
| Binary | 11000110 | 10111010 | 11001101 | 11 | 1001 | 0 | 10100 | 100010110 | 10000 | 1001101 |
Color Harmonies of #C6BACD
Complementary color
Monochromatic Colors of #C6BACD
Black with #C6BACD
Text Example
Text Example
White with #C6BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BACD; }
p { color: rgb(198,186,205); }
H1.HeaderClassName
{
color: #C6BACD;
}
.AnyTagClassName
{
color: #C6BACD;
}
</style>
background-color css
<style>
a { background-color: #C6BACD; }
a { background-color: rgb(198,186,205); }
div.DivClassName
{
background-color: #C6BACD;
}
.BgClassName
{
background-color: #C6BACD;
}
</style>
border-color css
<style>
span { border-color: #C6BACD; }
span { border-color: rgb(198,186,205); }
td.TdClassName
{
border-color: #C6BACD;
}
.TagClassName
{
border-color: #C6BACD;
}
</style>