Shades of Prelude #C9BACB
Tints of Prelude #C9BACB
RGB
CMYK
RGB Variations
Color information
#C9BACB (or 0xC9BACB) is known color: Prelude. HEX triplet: C9, BA and CB. RGB value is (201,186,203). Sum of RGB (Red+Green+Blue) = 201+186+203=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BACB is #364534. Grayscale: #C0C0C0. Windows color (decimal): -3556661 or 13351625. OLE color: 13351625.
HSL color Cylindrical-coordinate representation of color #C9BACB: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BACB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 186 | 203 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.20 |
| HSL | 292.94º | 0.14% | 0.76% | - |
| HSV(B) | 292.94º | 0.08% | 0.8% | - |
| XYZ | 52.43 | 51.85 | 63.74 | - |
| YUV | 192.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 203 | 0.01 | 0.08 | 0 | 0.20 | 292.94 | 0.14 | 0.76 |
| Hex | C9 | BA | CB | 1 | 8 | 0 | 14 | 125 | E | 4C |
| Octal | 311 | 272 | 313 | 1 | 10 | 0 | 24 | 445 | 16 | 114 |
| Binary | 11001001 | 10111010 | 11001011 | 1 | 1000 | 0 | 10100 | 100100101 | 1110 | 1001100 |
Color Harmonies of #C9BACB
Complementary color
Monochromatic Colors of #C9BACB
Black with #C9BACB
Text Example
Text Example
White with #C9BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BACB; }
p { color: rgb(201,186,203); }
H1.HeaderClassName
{
color: #C9BACB;
}
.AnyTagClassName
{
color: #C9BACB;
}
</style>
background-color css
<style>
a { background-color: #C9BACB; }
a { background-color: rgb(201,186,203); }
div.DivClassName
{
background-color: #C9BACB;
}
.BgClassName
{
background-color: #C9BACB;
}
</style>
border-color css
<style>
span { border-color: #C9BACB; }
span { border-color: rgb(201,186,203); }
td.TdClassName
{
border-color: #C9BACB;
}
.TagClassName
{
border-color: #C9BACB;
}
</style>