Shades of Prelude #C7BACD
Tints of Prelude #C7BACD
RGB
CMYK
RGB Variations
Color information
#C7BACD (or 0xC7BACD) is known color: Prelude. HEX triplet: C7, BA and CD. RGB value is (199,186,205). Sum of RGB (Red+Green+Blue) = 199+186+205=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACD is #384532. Grayscale: #BFBFBF. Windows color (decimal): -3687731 or 13482695. OLE color: 13482695.
HSL color Cylindrical-coordinate representation of color #C7BACD: hue angle of 281.05º 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 #C7BACD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 186 | 205 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.20 |
| HSL | 281.05º | 0.16% | 0.77% | - |
| HSV(B) | 281.05º | 0.09% | 0.8% | - |
| XYZ | 52.13 | 51.67 | 64.98 | - |
| YUV | 192.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 205 | 0.03 | 0.09 | 0 | 0.20 | 281.05 | 0.16 | 0.77 |
| Hex | C7 | BA | CD | 3 | 9 | 0 | 14 | 119 | 10 | 4D |
| Octal | 307 | 272 | 315 | 3 | 11 | 0 | 24 | 431 | 20 | 115 |
| Binary | 11000111 | 10111010 | 11001101 | 11 | 1001 | 0 | 10100 | 100011001 | 10000 | 1001101 |
Color Harmonies of #C7BACD
Complementary color
Monochromatic Colors of #C7BACD
Black with #C7BACD
Text Example
Text Example
White with #C7BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BACD; }
p { color: rgb(199,186,205); }
H1.HeaderClassName
{
color: #C7BACD;
}
.AnyTagClassName
{
color: #C7BACD;
}
</style>
background-color css
<style>
a { background-color: #C7BACD; }
a { background-color: rgb(199,186,205); }
div.DivClassName
{
background-color: #C7BACD;
}
.BgClassName
{
background-color: #C7BACD;
}
</style>
border-color css
<style>
span { border-color: #C7BACD; }
span { border-color: rgb(199,186,205); }
td.TdClassName
{
border-color: #C7BACD;
}
.TagClassName
{
border-color: #C7BACD;
}
</style>