Shades of Thistle #C9BCCA
Tints of Thistle #C9BCCA
RGB
CMYK
RGB Variations
Color information
#C9BCCA (or 0xC9BCCA) is known color: Thistle. HEX triplet: C9, BC and CA. RGB value is (201,188,202). Sum of RGB (Red+Green+Blue) = 201+188+202=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCCA is #364335. Grayscale: #C1C1C1. Windows color (decimal): -3556150 or 13286601. OLE color: 13286601.
HSL color Cylindrical-coordinate representation of color #C9BCCA: hue angle of 295.71º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BCCA is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 202 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.21 |
| HSL | 295.71º | 0.12% | 0.76% | - |
| HSV(B) | 295.71º | 0.07% | 0.79% | - |
| XYZ | 52.73 | 52.65 | 63.26 | - |
| YUV | 193.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 202 | 0.00 | 0.07 | 0 | 0.21 | 295.71 | 0.12 | 0.76 |
| Hex | C9 | BC | CA | 0 | 7 | 0 | 15 | 128 | C | 4C |
| Octal | 311 | 274 | 312 | 0 | 7 | 0 | 25 | 450 | 14 | 114 |
| Binary | 11001001 | 10111100 | 11001010 | 0 | 111 | 0 | 10101 | 100101000 | 1100 | 1001100 |
Color Harmonies of #C9BCCA
Complementary color
Monochromatic Colors of #C9BCCA
Black with #C9BCCA
Text Example
Text Example
White with #C9BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCCA; }
p { color: rgb(201,188,202); }
H1.HeaderClassName
{
color: #C9BCCA;
}
.AnyTagClassName
{
color: #C9BCCA;
}
</style>
background-color css
<style>
a { background-color: #C9BCCA; }
a { background-color: rgb(201,188,202); }
div.DivClassName
{
background-color: #C9BCCA;
}
.BgClassName
{
background-color: #C9BCCA;
}
</style>
border-color css
<style>
span { border-color: #C9BCCA; }
span { border-color: rgb(201,188,202); }
td.TdClassName
{
border-color: #C9BCCA;
}
.TagClassName
{
border-color: #C9BCCA;
}
</style>