Shades of Prelude #C5BACB
Tints of Prelude #C5BACB
RGB
CMYK
RGB Variations
Color information
#C5BACB (or 0xC5BACB) is known color: Prelude. HEX triplet: C5, BA and CB. RGB value is (197,186,203). Sum of RGB (Red+Green+Blue) = 197+186+203=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACB is #3A4534. Grayscale: #BFBFBF. Windows color (decimal): -3818805 or 13351621. OLE color: 13351621.
HSL color Cylindrical-coordinate representation of color #C5BACB: hue angle of 278.82º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BACB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 186 | 203 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.20 |
| HSL | 278.82º | 0.14% | 0.76% | - |
| HSV(B) | 278.82º | 0.08% | 0.8% | - |
| XYZ | 51.36 | 51.3 | 63.69 | - |
| YUV | 191.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 203 | 0.03 | 0.08 | 0 | 0.20 | 278.82 | 0.14 | 0.76 |
| Hex | C5 | BA | CB | 3 | 8 | 0 | 14 | 117 | E | 4C |
| Octal | 305 | 272 | 313 | 3 | 10 | 0 | 24 | 427 | 16 | 114 |
| Binary | 11000101 | 10111010 | 11001011 | 11 | 1000 | 0 | 10100 | 100010111 | 1110 | 1001100 |
Color Harmonies of #C5BACB
Complementary color
Monochromatic Colors of #C5BACB
Black with #C5BACB
Text Example
Text Example
White with #C5BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BACB; }
p { color: rgb(197,186,203); }
H1.HeaderClassName
{
color: #C5BACB;
}
.AnyTagClassName
{
color: #C5BACB;
}
</style>
background-color css
<style>
a { background-color: #C5BACB; }
a { background-color: rgb(197,186,203); }
div.DivClassName
{
background-color: #C5BACB;
}
.BgClassName
{
background-color: #C5BACB;
}
</style>
border-color css
<style>
span { border-color: #C5BACB; }
span { border-color: rgb(197,186,203); }
td.TdClassName
{
border-color: #C5BACB;
}
.TagClassName
{
border-color: #C5BACB;
}
</style>