Shades of Prelude #C7BCC8
Tints of Prelude #C7BCC8
RGB
CMYK
RGB Variations
Color information
#C7BCC8 (or 0xC7BCC8) is known color: Prelude. HEX triplet: C7, BC and C8. RGB value is (199,188,200). Sum of RGB (Red+Green+Blue) = 199+188+200=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: blue. Hex color #C7BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC8 is #384337. Grayscale: #C0C0C0. Windows color (decimal): -3687224 or 13155527. OLE color: 13155527.
HSL color Cylindrical-coordinate representation of color #C7BCC8: hue angle of 295º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BCC8 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 200 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.22 |
| HSL | 295º | 0.1% | 0.76% | - |
| HSV(B) | 295º | 0.06% | 0.78% | - |
| XYZ | 51.96 | 52.28 | 62 | - |
| YUV | 192.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 200 | 0.00 | 0.06 | 0 | 0.22 | 295 | 0.1 | 0.76 |
| Hex | C7 | BC | C8 | 0 | 6 | 0 | 16 | 127 | A | 4C |
| Octal | 307 | 274 | 310 | 0 | 6 | 0 | 26 | 447 | 12 | 114 |
| Binary | 11000111 | 10111100 | 11001000 | 0 | 110 | 0 | 10110 | 100100111 | 1010 | 1001100 |
Color Harmonies of #C7BCC8
Complementary color
Monochromatic Colors of #C7BCC8
Black with #C7BCC8
Text Example
Text Example
White with #C7BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCC8; }
p { color: rgb(199,188,200); }
H1.HeaderClassName
{
color: #C7BCC8;
}
.AnyTagClassName
{
color: #C7BCC8;
}
</style>
background-color css
<style>
a { background-color: #C7BCC8; }
a { background-color: rgb(199,188,200); }
div.DivClassName
{
background-color: #C7BCC8;
}
.BgClassName
{
background-color: #C7BCC8;
}
</style>
border-color css
<style>
span { border-color: #C7BCC8; }
span { border-color: rgb(199,188,200); }
td.TdClassName
{
border-color: #C7BCC8;
}
.TagClassName
{
border-color: #C7BCC8;
}
</style>