#C9BFCA

Color #C9BFCA Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #C9BFCA

Tints of Thistle #C9BFCA

Color information

#C9BFCA (or 0xC9BFCA) is unknown color: approx Thistle. HEX triplet: C9, BF and CA. RGB value is (201,191,202). Sum of RGB (Red+Green+Blue) = 201+191+202=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCA is #364035. Grayscale: #C3C3C3. Windows color (decimal): -3555382 or 13287369. OLE color: 13287369.

HSL color Cylindrical-coordinate representation of color #C9BFCA: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9BFCA is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201191202-
CMYK0.000.0500.21
HSL294.55º9.4%77.06%-
HSV(B)294.55º5.45%79.22%-
XYZ53.3853.9463.48-
YUV195.24131.81132.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=33.84%
G=32.15%
B=34.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011912020.000.0500.21294.559.477.06
HexC9BFCA0501512794d
Octal3112773120502544711115
Binary110010011011111111001010010101010110010011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFCA; }

 p { color: rgb(201,191,202); }

 H1.HeaderClassName
 {
   color: #C9BFCA;
 }
 .AnyTagClassName
 {
   color: #C9BFCA;
 }
</style>
background-color css

<style>
 a { background-color: #C9BFCA; }

 a { background-color: rgb(201,191,202); }

 div.DivClassName
 {
   background-color: #C9BFCA;
 }
 .BgClassName
 {
   background-color: #C9BFCA;
 }
</style>
border-color css

<style>
 span { border-color: #C9BFCA; }

 span { border-color: rgb(201,191,202); }

 td.TdClassName
 {
   border-color: #C9BFCA;
 }
 .TagClassName
 {
   border-color: #C9BFCA;
 }
</style>