Shades of Prelude #C7BCC9
Tints of Prelude #C7BCC9
RGB
CMYK
RGB Variations
Color information
#C7BCC9 (or 0xC7BCC9) is known color: Prelude. HEX triplet: C7, BC and C9. RGB value is (199,188,201). Sum of RGB (Red+Green+Blue) = 199+188+201=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #C7BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCC9 is #384336. Grayscale: #C0C0C0. Windows color (decimal): -3687223 or 13221063. OLE color: 13221063.
HSL color Cylindrical-coordinate representation of color #C7BCC9: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BCC9 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 199 | 188 | 201 | - |
CMYK | 0.01 | 0.06 | 0 | 0.21 |
HSL | 290.77º | 0.11% | 0.76% | - |
HSV(B) | 290.77º | 0.06% | 0.79% | - |
XYZ | 52.08 | 52.33 | 62.61 | - |
YUV | 192.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 188 | 201 | 0.01 | 0.06 | 0 | 0.21 | 290.77 | 0.11 | 0.76 |
Hex | C7 | BC | C9 | 1 | 6 | 0 | 15 | 123 | B | 4C |
Octal | 307 | 274 | 311 | 1 | 6 | 0 | 25 | 443 | 13 | 114 |
Binary | 11000111 | 10111100 | 11001001 | 1 | 110 | 0 | 10101 | 100100011 | 1011 | 1001100 |
Color Harmonies of #C7BCC9
Complementary color
Monochromatic Colors of #C7BCC9
Black with #C7BCC9
Text Example
Text Example
White with #C7BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCC9; }
p { color: rgb(199,188,201); }
H1.HeaderClassName
{
color: #C7BCC9;
}
.AnyTagClassName
{
color: #C7BCC9;
}
</style>
background-color css
<style>
a { background-color: #C7BCC9; }
a { background-color: rgb(199,188,201); }
div.DivClassName
{
background-color: #C7BCC9;
}
.BgClassName
{
background-color: #C7BCC9;
}
</style>
border-color css
<style>
span { border-color: #C7BCC9; }
span { border-color: rgb(199,188,201); }
td.TdClassName
{
border-color: #C7BCC9;
}
.TagClassName
{
border-color: #C7BCC9;
}
</style>