Shades of Prelude #C7BACC
Tints of Prelude #C7BACC
RGB
CMYK
RGB Variations
Color information
#C7BACC (or 0xC7BACC) is known color: Prelude. HEX triplet: C7, BA and CC. RGB value is (199,186,204). Sum of RGB (Red+Green+Blue) = 199+186+204=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACC is #384533. Grayscale: #BFBFBF. Windows color (decimal): -3687732 or 13417159. OLE color: 13417159.
HSL color Cylindrical-coordinate representation of color #C7BACC: hue angle of 283.33º 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 #C7BACC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 186 | 204 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.2 |
| HSL | 283.33º | 0.15% | 0.76% | - |
| HSV(B) | 283.33º | 0.09% | 0.8% | - |
| XYZ | 52.01 | 51.62 | 64.35 | - |
| YUV | 191.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 204 | 0.02 | 0.09 | 0 | 0.2 | 283.33 | 0.15 | 0.76 |
| Hex | C7 | BA | CC | 2 | 9 | 0 | 14 | 11B | F | 4C |
| Octal | 307 | 272 | 314 | 2 | 11 | 0 | 24 | 433 | 17 | 114 |
| Binary | 11000111 | 10111010 | 11001100 | 10 | 1001 | 0 | 10100 | 100011011 | 1111 | 1001100 |
Color Harmonies of #C7BACC
Complementary color
Monochromatic Colors of #C7BACC
Black with #C7BACC
Text Example
Text Example
White with #C7BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BACC; }
p { color: rgb(199,186,204); }
H1.HeaderClassName
{
color: #C7BACC;
}
.AnyTagClassName
{
color: #C7BACC;
}
</style>
background-color css
<style>
a { background-color: #C7BACC; }
a { background-color: rgb(199,186,204); }
div.DivClassName
{
background-color: #C7BACC;
}
.BgClassName
{
background-color: #C7BACC;
}
</style>
border-color css
<style>
span { border-color: #C7BACC; }
span { border-color: rgb(199,186,204); }
td.TdClassName
{
border-color: #C7BACC;
}
.TagClassName
{
border-color: #C7BACC;
}
</style>