Shades of Twilight #C9BDC2
Tints of Twilight #C9BDC2
RGB
CMYK
RGB Variations
Color information
#C9BDC2 (or 0xC9BDC2) is known color: Twilight. HEX triplet: C9, BD and C2. RGB value is (201,189,194). Sum of RGB (Red+Green+Blue) = 201+189+194=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDC2 is #36423D. Grayscale: #C1C1C1. Windows color (decimal): -3555902 or 12762569. OLE color: 12762569.
HSL color Cylindrical-coordinate representation of color #C9BDC2: hue angle of 335º degrees, saturation: 0.1, 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 #C9BDC2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 194 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.21 |
| HSL | 335º | 0.1% | 0.76% | - |
| HSV(B) | 335º | 0.06% | 0.79% | - |
| XYZ | 52.02 | 52.71 | 58.47 | - |
| YUV | 193.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 194 | 0 | 0.06 | 0.03 | 0.21 | 335 | 0.1 | 0.76 |
| Hex | C9 | BD | C2 | 0 | 6 | 3 | 15 | 14F | A | 4C |
| Octal | 311 | 275 | 302 | 0 | 6 | 3 | 25 | 517 | 12 | 114 |
| Binary | 11001001 | 10111101 | 11000010 | 0 | 110 | 11 | 10101 | 101001111 | 1010 | 1001100 |
Color Harmonies of #C9BDC2
Complementary color
Monochromatic Colors of #C9BDC2
Black with #C9BDC2
Text Example
Text Example
White with #C9BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDC2; }
p { color: rgb(201,189,194); }
H1.HeaderClassName
{
color: #C9BDC2;
}
.AnyTagClassName
{
color: #C9BDC2;
}
</style>
background-color css
<style>
a { background-color: #C9BDC2; }
a { background-color: rgb(201,189,194); }
div.DivClassName
{
background-color: #C9BDC2;
}
.BgClassName
{
background-color: #C9BDC2;
}
</style>
border-color css
<style>
span { border-color: #C9BDC2; }
span { border-color: rgb(201,189,194); }
td.TdClassName
{
border-color: #C9BDC2;
}
.TagClassName
{
border-color: #C9BDC2;
}
</style>