Shades of Thistle #C9BECA
Tints of Thistle #C9BECA
RGB
CMYK
RGB Variations
Color information
#C9BECA (or 0xC9BECA) is known color: Thistle. HEX triplet: C9, BE and CA. RGB value is (201,190,202). Sum of RGB (Red+Green+Blue) = 201+190+202=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BECA is #364135. Grayscale: #C2C2C2. Windows color (decimal): -3555638 or 13287113. OLE color: 13287113.
HSL color Cylindrical-coordinate representation of color #C9BECA: hue angle of 295º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BECA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 202 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.21 |
| HSL | 295º | 0.1% | 0.77% | - |
| HSV(B) | 295º | 0.06% | 0.79% | - |
| XYZ | 53.16 | 53.51 | 63.4 | - |
| YUV | 194.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 202 | 0.00 | 0.06 | 0 | 0.21 | 295 | 0.1 | 0.77 |
| Hex | C9 | BE | CA | 0 | 6 | 0 | 15 | 127 | A | 4D |
| Octal | 311 | 276 | 312 | 0 | 6 | 0 | 25 | 447 | 12 | 115 |
| Binary | 11001001 | 10111110 | 11001010 | 0 | 110 | 0 | 10101 | 100100111 | 1010 | 1001101 |
Color Harmonies of #C9BECA
Complementary color
Monochromatic Colors of #C9BECA
Black with #C9BECA
Text Example
Text Example
White with #C9BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BECA; }
p { color: rgb(201,190,202); }
H1.HeaderClassName
{
color: #C9BECA;
}
.AnyTagClassName
{
color: #C9BECA;
}
</style>
background-color css
<style>
a { background-color: #C9BECA; }
a { background-color: rgb(201,190,202); }
div.DivClassName
{
background-color: #C9BECA;
}
.BgClassName
{
background-color: #C9BECA;
}
</style>
border-color css
<style>
span { border-color: #C9BECA; }
span { border-color: rgb(201,190,202); }
td.TdClassName
{
border-color: #C9BECA;
}
.TagClassName
{
border-color: #C9BECA;
}
</style>