Shades of Thistle #C9BBCA
Tints of Thistle #C9BBCA
RGB
CMYK
RGB Variations
Color information
#C9BBCA (or 0xC9BBCA) is known color: Thistle. HEX triplet: C9, BB and CA. RGB value is (201,187,202). Sum of RGB (Red+Green+Blue) = 201+187+202=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBCA is #364435. Grayscale: #C0C0C0. Windows color (decimal): -3556406 or 13286345. OLE color: 13286345.
HSL color Cylindrical-coordinate representation of color #C9BBCA: hue angle of 296º 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 #C9BBCA is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 187 | 202 | - |
CMYK | 0.00 | 0.07 | 0 | 0.21 |
HSL | 296º | 0.12% | 0.76% | - |
HSV(B) | 296º | 0.07% | 0.79% | - |
XYZ | 52.52 | 52.22 | 63.19 | - |
YUV | 192.9 | 133.14 | 133.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 187 | 202 | 0.00 | 0.07 | 0 | 0.21 | 296 | 0.12 | 0.76 |
Hex | C9 | BB | CA | 0 | 7 | 0 | 15 | 128 | C | 4C |
Octal | 311 | 273 | 312 | 0 | 7 | 0 | 25 | 450 | 14 | 114 |
Binary | 11001001 | 10111011 | 11001010 | 0 | 111 | 0 | 10101 | 100101000 | 1100 | 1001100 |
Color Harmonies of #C9BBCA
Complementary color
Monochromatic Colors of #C9BBCA
Black with #C9BBCA
Text Example
Text Example
White with #C9BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBCA; }
p { color: rgb(201,187,202); }
H1.HeaderClassName
{
color: #C9BBCA;
}
.AnyTagClassName
{
color: #C9BBCA;
}
</style>
background-color css
<style>
a { background-color: #C9BBCA; }
a { background-color: rgb(201,187,202); }
div.DivClassName
{
background-color: #C9BBCA;
}
.BgClassName
{
background-color: #C9BBCA;
}
</style>
border-color css
<style>
span { border-color: #C9BBCA; }
span { border-color: rgb(201,187,202); }
td.TdClassName
{
border-color: #C9BBCA;
}
.TagClassName
{
border-color: #C9BBCA;
}
</style>