Html Css Color HEX #CCBECA Thistle

📋 copy color: '#CCBECA'

red 204 ◦ green 190 ◦ blue 202

#CCBECA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CCBECA

Tints of Thistle #CCBECA

RGB

 RED value IS 204 (80.08% from 255) = 34.23%

 GREEN value IS 190 (74.61% from 255) = 31.88%

 BLUE value IS 202 (79.3% from 255) = 33.89%

R = 34.23%
G = 31.88%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCBECA (or 0xCCBECA) is known color: Thistle. HEX triplet: CC, BE and CA. RGB value is (204,190,202). Sum of RGB (Red+Green+Blue) = 204+190+202=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBECA is #334135. Grayscale: #C3C3C3. Windows color (decimal): -3359030 or 13287116. OLE color: 13287116.

HSL color Cylindrical-coordinate representation of color #CCBECA: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBECA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 202 -
CMYK 0 0.07 0.01 0.2
HSL 308.57º 0.12% 0.77% -
HSV(B) 308.57º 0.07% 0.8% -
XYZ 53.98 53.93 63.44 -
YUV 195.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 204 190 202 0 0.07 0.01 0.2 308.57 0.12 0.77
Hex CC BE CA 0 7 1 14 135 C 4D
Octal 314 276 312 0 7 1 24 465 14 115
Binary 11001100 10111110 11001010 0 111 1 10100 100110101 1100 1001101

Color Harmonies of #CCBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBECA

Black with #CCBECA

Text Example


Text Example

White with #CCBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBECA; }

 p { color: rgb(204,190,202); }

 H1.HeaderClassName
 {
   color: #CCBECA;
 }
 .AnyTagClassName
 {
   color: #CCBECA;
 }
</style>

background-color css

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

 a { background-color: rgb(204,190,202); }

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

border-color css

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

 span { border-color: rgb(204,190,202); }

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