Shades of Prelude #C9BCD4
Tints of Prelude #C9BCD4
RGB
CMYK
RGB Variations
Color information
#C9BCD4 (or 0xC9BCD4) is known color: Prelude. HEX triplet: C9, BC and D4. RGB value is (201,188,212). Sum of RGB (Red+Green+Blue) = 201+188+212=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #C9BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCD4 is #36432B. Grayscale: #C2C2C2. Windows color (decimal): -3556140 or 13941961. OLE color: 13941961.
HSL color Cylindrical-coordinate representation of color #C9BCD4: hue angle of 272.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BCD4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 188 | 212 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.17 |
| HSL | 272.5º | 0.22% | 0.78% | - |
| HSV(B) | 272.5º | 0.11% | 0.83% | - |
| XYZ | 53.95 | 53.14 | 69.7 | - |
| YUV | 194.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 212 | 0.05 | 0.11 | 0 | 0.17 | 272.5 | 0.22 | 0.78 |
| Hex | C9 | BC | D4 | 5 | B | 0 | 11 | 110 | 16 | 4E |
| Octal | 311 | 274 | 324 | 5 | 13 | 0 | 21 | 420 | 26 | 116 |
| Binary | 11001001 | 10111100 | 11010100 | 101 | 1011 | 0 | 10001 | 100010000 | 10110 | 1001110 |
Color Harmonies of #C9BCD4
Complementary color
Monochromatic Colors of #C9BCD4
Black with #C9BCD4
Text Example
Text Example
White with #C9BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCD4; }
p { color: rgb(201,188,212); }
H1.HeaderClassName
{
color: #C9BCD4;
}
.AnyTagClassName
{
color: #C9BCD4;
}
</style>
background-color css
<style>
a { background-color: #C9BCD4; }
a { background-color: rgb(201,188,212); }
div.DivClassName
{
background-color: #C9BCD4;
}
.BgClassName
{
background-color: #C9BCD4;
}
</style>
border-color css
<style>
span { border-color: #C9BCD4; }
span { border-color: rgb(201,188,212); }
td.TdClassName
{
border-color: #C9BCD4;
}
.TagClassName
{
border-color: #C9BCD4;
}
</style>