Shades of Prelude #C6BACF
Tints of Prelude #C6BACF
RGB
CMYK
RGB Variations
Color information
#C6BACF (or 0xC6BACF) is known color: Prelude. HEX triplet: C6, BA and CF. RGB value is (198,186,207). Sum of RGB (Red+Green+Blue) = 198+186+207=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACF is #394530. Grayscale: #BFBFBF. Windows color (decimal): -3753265 or 13613766. OLE color: 13613766.
HSL color Cylindrical-coordinate representation of color #C6BACF: hue angle of 274.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BACF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 186 | 207 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.19 |
| HSL | 274.29º | 0.18% | 0.77% | - |
| HSV(B) | 274.29º | 0.1% | 0.81% | - |
| XYZ | 52.11 | 51.63 | 66.25 | - |
| YUV | 191.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 207 | 0.04 | 0.10 | 0 | 0.19 | 274.29 | 0.18 | 0.77 |
| Hex | C6 | BA | CF | 4 | A | 0 | 13 | 112 | 12 | 4D |
| Octal | 306 | 272 | 317 | 4 | 12 | 0 | 23 | 422 | 22 | 115 |
| Binary | 11000110 | 10111010 | 11001111 | 100 | 1010 | 0 | 10011 | 100010010 | 10010 | 1001101 |
Color Harmonies of #C6BACF
Complementary color
Monochromatic Colors of #C6BACF
Black with #C6BACF
Text Example
Text Example
White with #C6BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BACF; }
p { color: rgb(198,186,207); }
H1.HeaderClassName
{
color: #C6BACF;
}
.AnyTagClassName
{
color: #C6BACF;
}
</style>
background-color css
<style>
a { background-color: #C6BACF; }
a { background-color: rgb(198,186,207); }
div.DivClassName
{
background-color: #C6BACF;
}
.BgClassName
{
background-color: #C6BACF;
}
</style>
border-color css
<style>
span { border-color: #C6BACF; }
span { border-color: rgb(198,186,207); }
td.TdClassName
{
border-color: #C6BACF;
}
.TagClassName
{
border-color: #C6BACF;
}
</style>