Html Css Color HEX #C2BECA French Grey

📋 copy color: '#C2BECA'

red 194 ◦ green 190 ◦ blue 202

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

Shades of French Grey #C2BECA

Tints of French Grey #C2BECA

RGB

 RED value IS 194 (76.17% from 255) = 33.11%

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

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

R = 33.11%
G = 32.42%
B = 34.47%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2BECA (or 0xC2BECA) is known color: French Grey. HEX triplet: C2, BE and CA. RGB value is (194,190,202). Sum of RGB (Red+Green+Blue) = 194+190+202=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BECA is #3D4135. Grayscale: #C0C0C0. Windows color (decimal): -4014390 or 13287106. OLE color: 13287106.

HSL color Cylindrical-coordinate representation of color #C2BECA: hue angle of 260º 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 #C2BECA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 190 202 -
CMYK 0.04 0.06 0 0.21
HSL 260º 0.1% 0.77% -
HSV(B) 260º 0.06% 0.79% -
XYZ 51.32 52.56 63.32 -
YUV 192.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 194 190 202 0.04 0.06 0 0.21 260 0.1 0.77
Hex C2 BE CA 4 6 0 15 104 A 4D
Octal 302 276 312 4 6 0 25 404 12 115
Binary 11000010 10111110 11001010 100 110 0 10101 100000100 1010 1001101

Color Harmonies of #C2BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BECA

Black with #C2BECA

Text Example


Text Example

White with #C2BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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