Shades of Prelude #C9BAD0
Tints of Prelude #C9BAD0
RGB
CMYK
RGB Variations
Color information
#C9BAD0 (or 0xC9BAD0) is known color: Prelude. HEX triplet: C9, BA and D0. RGB value is (201,186,208). Sum of RGB (Red+Green+Blue) = 201+186+208=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 186 (73.05% from 255 or 31.26% 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 #C9BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAD0 is #36452F. Grayscale: #C0C0C0. Windows color (decimal): -3556656 or 13679305. OLE color: 13679305.
HSL color Cylindrical-coordinate representation of color #C9BAD0: hue angle of 280.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BAD0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 186 | 208 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.18 |
| HSL | 280.91º | 0.19% | 0.77% | - |
| HSV(B) | 280.91º | 0.11% | 0.82% | - |
| XYZ | 53.03 | 52.09 | 66.93 | - |
| YUV | 192.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 208 | 0.03 | 0.11 | 0 | 0.18 | 280.91 | 0.19 | 0.77 |
| Hex | C9 | BA | D0 | 3 | B | 0 | 12 | 119 | 13 | 4D |
| Octal | 311 | 272 | 320 | 3 | 13 | 0 | 22 | 431 | 23 | 115 |
| Binary | 11001001 | 10111010 | 11010000 | 11 | 1011 | 0 | 10010 | 100011001 | 10011 | 1001101 |
Color Harmonies of #C9BAD0
Complementary color
Monochromatic Colors of #C9BAD0
Black with #C9BAD0
Text Example
Text Example
White with #C9BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAD0; }
p { color: rgb(201,186,208); }
H1.HeaderClassName
{
color: #C9BAD0;
}
.AnyTagClassName
{
color: #C9BAD0;
}
</style>
background-color css
<style>
a { background-color: #C9BAD0; }
a { background-color: rgb(201,186,208); }
div.DivClassName
{
background-color: #C9BAD0;
}
.BgClassName
{
background-color: #C9BAD0;
}
</style>
border-color css
<style>
span { border-color: #C9BAD0; }
span { border-color: rgb(201,186,208); }
td.TdClassName
{
border-color: #C9BAD0;
}
.TagClassName
{
border-color: #C9BAD0;
}
</style>