Shades of Prelude #C5BCCA
Tints of Prelude #C5BCCA
RGB
CMYK
RGB Variations
Color information
#C5BCCA (or 0xC5BCCA) is known color: Prelude. HEX triplet: C5, BC and CA. RGB value is (197,188,202). Sum of RGB (Red+Green+Blue) = 197+188+202=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCA is #3A4335. Grayscale: #C0C0C0. Windows color (decimal): -3818294 or 13286597. OLE color: 13286597.
HSL color Cylindrical-coordinate representation of color #C5BCCA: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BCCA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 188 | 202 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.21 |
| HSL | 278.57º | 0.12% | 0.76% | - |
| HSV(B) | 278.57º | 0.07% | 0.79% | - |
| XYZ | 51.67 | 52.1 | 63.21 | - |
| YUV | 192.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 202 | 0.02 | 0.07 | 0 | 0.21 | 278.57 | 0.12 | 0.76 |
| Hex | C5 | BC | CA | 2 | 7 | 0 | 15 | 117 | C | 4C |
| Octal | 305 | 274 | 312 | 2 | 7 | 0 | 25 | 427 | 14 | 114 |
| Binary | 11000101 | 10111100 | 11001010 | 10 | 111 | 0 | 10101 | 100010111 | 1100 | 1001100 |
Color Harmonies of #C5BCCA
Complementary color
Monochromatic Colors of #C5BCCA
Black with #C5BCCA
Text Example
Text Example
White with #C5BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCCA; }
p { color: rgb(197,188,202); }
H1.HeaderClassName
{
color: #C5BCCA;
}
.AnyTagClassName
{
color: #C5BCCA;
}
</style>
background-color css
<style>
a { background-color: #C5BCCA; }
a { background-color: rgb(197,188,202); }
div.DivClassName
{
background-color: #C5BCCA;
}
.BgClassName
{
background-color: #C5BCCA;
}
</style>
border-color css
<style>
span { border-color: #C5BCCA; }
span { border-color: rgb(197,188,202); }
td.TdClassName
{
border-color: #C5BCCA;
}
.TagClassName
{
border-color: #C5BCCA;
}
</style>