#C9BECA

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

Shades of Thistle #C9BECA

Tints of Thistle #C9BECA

Color information

#C9BECA (or 0xC9BECA) is unknown color: approx 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

RGB201190202-
CMYK0.000.0600.21
HSL295º10.17%76.86%-
HSV(B)295º5.94%79.22%-
XYZ53.1653.5163.4-
YUV194.66132.14132.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=33.90%
G=32.04%
B=34.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011902020.000.0600.2129510.1776.86
HexC9BECA06015127a4d
Octal3112763120602544712115
Binary110010011011111011001010011001010110010011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>