Shades of Prelude #C9BCCF
Tints of Prelude #C9BCCF
RGB
CMYK
RGB Variations
Color information
#C9BCCF (or 0xC9BCCF) is known color: Prelude. HEX triplet: C9, BC and CF. RGB value is (201,188,207). Sum of RGB (Red+Green+Blue) = 201+188+207=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCF is #364330. Grayscale: #C1C1C1. Windows color (decimal): -3556145 or 13614281. OLE color: 13614281.
HSL color Cylindrical-coordinate representation of color #C9BCCF: hue angle of 281.05º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BCCF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 188 | 207 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.19 |
| HSL | 281.05º | 0.17% | 0.77% | - |
| HSV(B) | 281.05º | 0.09% | 0.81% | - |
| XYZ | 53.33 | 52.89 | 66.43 | - |
| YUV | 194.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 207 | 0.03 | 0.09 | 0 | 0.19 | 281.05 | 0.17 | 0.77 |
| Hex | C9 | BC | CF | 3 | 9 | 0 | 13 | 119 | 11 | 4D |
| Octal | 311 | 274 | 317 | 3 | 11 | 0 | 23 | 431 | 21 | 115 |
| Binary | 11001001 | 10111100 | 11001111 | 11 | 1001 | 0 | 10011 | 100011001 | 10001 | 1001101 |
Color Harmonies of #C9BCCF
Complementary color
Monochromatic Colors of #C9BCCF
Black with #C9BCCF
Text Example
Text Example
White with #C9BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCCF; }
p { color: rgb(201,188,207); }
H1.HeaderClassName
{
color: #C9BCCF;
}
.AnyTagClassName
{
color: #C9BCCF;
}
</style>
background-color css
<style>
a { background-color: #C9BCCF; }
a { background-color: rgb(201,188,207); }
div.DivClassName
{
background-color: #C9BCCF;
}
.BgClassName
{
background-color: #C9BCCF;
}
</style>
border-color css
<style>
span { border-color: #C9BCCF; }
span { border-color: rgb(201,188,207); }
td.TdClassName
{
border-color: #C9BCCF;
}
.TagClassName
{
border-color: #C9BCCF;
}
</style>