Shades of Prelude #C5BCC9
Tints of Prelude #C5BCC9
RGB
CMYK
RGB Variations
Color information
#C5BCC9 (or 0xC5BCC9) is known color: Prelude. HEX triplet: C5, BC and C9. RGB value is (197,188,201). Sum of RGB (Red+Green+Blue) = 197+188+201=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #C5BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCC9 is #3A4336. Grayscale: #C0C0C0. Windows color (decimal): -3818295 or 13221061. OLE color: 13221061.
HSL color Cylindrical-coordinate representation of color #C5BCC9: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BCC9 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 188 | 201 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.21 |
| HSL | 281.54º | 0.11% | 0.76% | - |
| HSV(B) | 281.54º | 0.06% | 0.79% | - |
| XYZ | 51.55 | 52.05 | 62.59 | - |
| YUV | 192.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 201 | 0.02 | 0.06 | 0 | 0.21 | 281.54 | 0.11 | 0.76 |
| Hex | C5 | BC | C9 | 2 | 6 | 0 | 15 | 11A | B | 4C |
| Octal | 305 | 274 | 311 | 2 | 6 | 0 | 25 | 432 | 13 | 114 |
| Binary | 11000101 | 10111100 | 11001001 | 10 | 110 | 0 | 10101 | 100011010 | 1011 | 1001100 |
Color Harmonies of #C5BCC9
Complementary color
Monochromatic Colors of #C5BCC9
Black with #C5BCC9
Text Example
Text Example
White with #C5BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCC9; }
p { color: rgb(197,188,201); }
H1.HeaderClassName
{
color: #C5BCC9;
}
.AnyTagClassName
{
color: #C5BCC9;
}
</style>
background-color css
<style>
a { background-color: #C5BCC9; }
a { background-color: rgb(197,188,201); }
div.DivClassName
{
background-color: #C5BCC9;
}
.BgClassName
{
background-color: #C5BCC9;
}
</style>
border-color css
<style>
span { border-color: #C5BCC9; }
span { border-color: rgb(197,188,201); }
td.TdClassName
{
border-color: #C5BCC9;
}
.TagClassName
{
border-color: #C5BCC9;
}
</style>