Shades of Prelude #C5BACA
Tints of Prelude #C5BACA
RGB
CMYK
RGB Variations
Color information
#C5BACA (or 0xC5BACA) is known color: Prelude. HEX triplet: C5, BA and CA. RGB value is (197,186,202). Sum of RGB (Red+Green+Blue) = 197+186+202=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACA is #3A4535. Grayscale: #BFBFBF. Windows color (decimal): -3818806 or 13286085. OLE color: 13286085.
HSL color Cylindrical-coordinate representation of color #C5BACA: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BACA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 186 | 202 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.21 |
| HSL | 281.25º | 0.13% | 0.76% | - |
| HSV(B) | 281.25º | 0.08% | 0.79% | - |
| XYZ | 51.25 | 51.25 | 63.07 | - |
| YUV | 191.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 202 | 0.02 | 0.08 | 0 | 0.21 | 281.25 | 0.13 | 0.76 |
| Hex | C5 | BA | CA | 2 | 8 | 0 | 15 | 119 | D | 4C |
| Octal | 305 | 272 | 312 | 2 | 10 | 0 | 25 | 431 | 15 | 114 |
| Binary | 11000101 | 10111010 | 11001010 | 10 | 1000 | 0 | 10101 | 100011001 | 1101 | 1001100 |
Color Harmonies of #C5BACA
Complementary color
Monochromatic Colors of #C5BACA
Black with #C5BACA
Text Example
Text Example
White with #C5BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BACA; }
p { color: rgb(197,186,202); }
H1.HeaderClassName
{
color: #C5BACA;
}
.AnyTagClassName
{
color: #C5BACA;
}
</style>
background-color css
<style>
a { background-color: #C5BACA; }
a { background-color: rgb(197,186,202); }
div.DivClassName
{
background-color: #C5BACA;
}
.BgClassName
{
background-color: #C5BACA;
}
</style>
border-color css
<style>
span { border-color: #C5BACA; }
span { border-color: rgb(197,186,202); }
td.TdClassName
{
border-color: #C5BACA;
}
.TagClassName
{
border-color: #C5BACA;
}
</style>