Shades of Prelude #C2BAC5
Tints of Prelude #C2BAC5
RGB
CMYK
RGB Variations
Color information
#C2BAC5 (or 0xC2BAC5) is known color: Prelude. HEX triplet: C2, BA and C5. RGB value is (194,186,197). Sum of RGB (Red+Green+Blue) = 194+186+197=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAC5 is #3D453A. Grayscale: #BDBDBD. Windows color (decimal): -4015419 or 12958402. OLE color: 12958402.
HSL color Cylindrical-coordinate representation of color #C2BAC5: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BAC5 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 186 | 197 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.23 |
| HSL | 283.64º | 0.09% | 0.75% | - |
| HSV(B) | 283.64º | 0.06% | 0.77% | - |
| XYZ | 49.89 | 50.62 | 59.96 | - |
| YUV | 189.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 197 | 0.02 | 0.06 | 0 | 0.23 | 283.64 | 0.09 | 0.75 |
| Hex | C2 | BA | C5 | 2 | 6 | 0 | 17 | 11C | 9 | 4B |
| Octal | 302 | 272 | 305 | 2 | 6 | 0 | 27 | 434 | 11 | 113 |
| Binary | 11000010 | 10111010 | 11000101 | 10 | 110 | 0 | 10111 | 100011100 | 1001 | 1001011 |
Color Harmonies of #C2BAC5
Complementary color
Monochromatic Colors of #C2BAC5
Black with #C2BAC5
Text Example
Text Example
White with #C2BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAC5; }
p { color: rgb(194,186,197); }
H1.HeaderClassName
{
color: #C2BAC5;
}
.AnyTagClassName
{
color: #C2BAC5;
}
</style>
background-color css
<style>
a { background-color: #C2BAC5; }
a { background-color: rgb(194,186,197); }
div.DivClassName
{
background-color: #C2BAC5;
}
.BgClassName
{
background-color: #C2BAC5;
}
</style>
border-color css
<style>
span { border-color: #C2BAC5; }
span { border-color: rgb(194,186,197); }
td.TdClassName
{
border-color: #C2BAC5;
}
.TagClassName
{
border-color: #C2BAC5;
}
</style>