Shades of Prelude #C3BAC6
Tints of Prelude #C3BAC6
RGB
CMYK
RGB Variations
Color information
#C3BAC6 (or 0xC3BAC6) is known color: Prelude. HEX triplet: C3, BA and C6. RGB value is (195,186,198). Sum of RGB (Red+Green+Blue) = 195+186+198=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAC6 is #3C4539. Grayscale: #BEBEBE. Windows color (decimal): -3949882 or 13023939. OLE color: 13023939.
HSL color Cylindrical-coordinate representation of color #C3BAC6: hue angle of 285º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BAC6 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 186 | 198 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.22 |
| HSL | 285º | 0.1% | 0.75% | - |
| HSV(B) | 285º | 0.06% | 0.78% | - |
| XYZ | 50.26 | 50.8 | 60.58 | - |
| YUV | 190.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 198 | 0.02 | 0.06 | 0 | 0.22 | 285 | 0.1 | 0.75 |
| Hex | C3 | BA | C6 | 2 | 6 | 0 | 16 | 11D | A | 4B |
| Octal | 303 | 272 | 306 | 2 | 6 | 0 | 26 | 435 | 12 | 113 |
| Binary | 11000011 | 10111010 | 11000110 | 10 | 110 | 0 | 10110 | 100011101 | 1010 | 1001011 |
Color Harmonies of #C3BAC6
Complementary color
Monochromatic Colors of #C3BAC6
Black with #C3BAC6
Text Example
Text Example
White with #C3BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAC6; }
p { color: rgb(195,186,198); }
H1.HeaderClassName
{
color: #C3BAC6;
}
.AnyTagClassName
{
color: #C3BAC6;
}
</style>
background-color css
<style>
a { background-color: #C3BAC6; }
a { background-color: rgb(195,186,198); }
div.DivClassName
{
background-color: #C3BAC6;
}
.BgClassName
{
background-color: #C3BAC6;
}
</style>
border-color css
<style>
span { border-color: #C3BAC6; }
span { border-color: rgb(195,186,198); }
td.TdClassName
{
border-color: #C3BAC6;
}
.TagClassName
{
border-color: #C3BAC6;
}
</style>