#C2BECA

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

Shades of French Grey #C2BECA

Tints of French Grey #C2BECA

Color information

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

RGB194190202-
CMYK0.040.0600.21
HSL260º10.17%76.86%-
HSV(B)260º5.94%79.22%-
XYZ51.3252.5663.32-
YUV192.56133.33129.02-

RGB Variations

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

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.30% from 255) = 34.47%
R=33.11%
G=32.42%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941902020.040.0600.2126010.1776.86
HexC2BECA46015104a4d
Octal3022763124602540412115
Binary11000010101111101100101010011001010110000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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