Shades of Prelude #C6BACC
Tints of Prelude #C6BACC
RGB
CMYK
RGB Variations
Color information
#C6BACC (or 0xC6BACC) is known color: Prelude. HEX triplet: C6, BA and CC. RGB value is (198,186,204). Sum of RGB (Red+Green+Blue) = 198+186+204=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACC is #394533. Grayscale: #BFBFBF. Windows color (decimal): -3753268 or 13417158. OLE color: 13417158.
HSL color Cylindrical-coordinate representation of color #C6BACC: hue angle of 280º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BACC is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 186 | 204 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.2 |
| HSL | 280º | 0.15% | 0.76% | - |
| HSV(B) | 280º | 0.09% | 0.8% | - |
| XYZ | 51.75 | 51.48 | 64.34 | - |
| YUV | 191.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 204 | 0.03 | 0.09 | 0 | 0.2 | 280 | 0.15 | 0.76 |
| Hex | C6 | BA | CC | 3 | 9 | 0 | 14 | 118 | F | 4C |
| Octal | 306 | 272 | 314 | 3 | 11 | 0 | 24 | 430 | 17 | 114 |
| Binary | 11000110 | 10111010 | 11001100 | 11 | 1001 | 0 | 10100 | 100011000 | 1111 | 1001100 |
Color Harmonies of #C6BACC
Complementary color
Monochromatic Colors of #C6BACC
Black with #C6BACC
Text Example
Text Example
White with #C6BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BACC; }
p { color: rgb(198,186,204); }
H1.HeaderClassName
{
color: #C6BACC;
}
.AnyTagClassName
{
color: #C6BACC;
}
</style>
background-color css
<style>
a { background-color: #C6BACC; }
a { background-color: rgb(198,186,204); }
div.DivClassName
{
background-color: #C6BACC;
}
.BgClassName
{
background-color: #C6BACC;
}
</style>
border-color css
<style>
span { border-color: #C6BACC; }
span { border-color: rgb(198,186,204); }
td.TdClassName
{
border-color: #C6BACC;
}
.TagClassName
{
border-color: #C6BACC;
}
</style>