Shades of Prelude #C7BCD0
Tints of Prelude #C7BCD0
RGB
CMYK
RGB Variations
Color information
#C7BCD0 (or 0xC7BCD0) is known color: Prelude. HEX triplet: C7, BC and D0. RGB value is (199,188,208). Sum of RGB (Red+Green+Blue) = 199+188+208=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCD0 is #38432F. Grayscale: #C1C1C1. Windows color (decimal): -3687216 or 13679815. OLE color: 13679815.
HSL color Cylindrical-coordinate representation of color #C7BCD0: hue angle of 273º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BCD0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 188 | 208 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.18 |
| HSL | 273º | 0.18% | 0.78% | - |
| HSV(B) | 273º | 0.1% | 0.82% | - |
| XYZ | 52.92 | 52.66 | 67.05 | - |
| YUV | 193.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 208 | 0.04 | 0.10 | 0 | 0.18 | 273 | 0.18 | 0.78 |
| Hex | C7 | BC | D0 | 4 | A | 0 | 12 | 111 | 12 | 4E |
| Octal | 307 | 274 | 320 | 4 | 12 | 0 | 22 | 421 | 22 | 116 |
| Binary | 11000111 | 10111100 | 11010000 | 100 | 1010 | 0 | 10010 | 100010001 | 10010 | 1001110 |
Color Harmonies of #C7BCD0
Complementary color
Monochromatic Colors of #C7BCD0
Black with #C7BCD0
Text Example
Text Example
White with #C7BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCD0; }
p { color: rgb(199,188,208); }
H1.HeaderClassName
{
color: #C7BCD0;
}
.AnyTagClassName
{
color: #C7BCD0;
}
</style>
background-color css
<style>
a { background-color: #C7BCD0; }
a { background-color: rgb(199,188,208); }
div.DivClassName
{
background-color: #C7BCD0;
}
.BgClassName
{
background-color: #C7BCD0;
}
</style>
border-color css
<style>
span { border-color: #C7BCD0; }
span { border-color: rgb(199,188,208); }
td.TdClassName
{
border-color: #C7BCD0;
}
.TagClassName
{
border-color: #C7BCD0;
}
</style>