#C3BECA

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

Shades of French Grey #C3BECA

Tints of French Grey #C3BECA

Color information

#C3BECA (or 0xC3BECA) is unknown color: approx French Grey. HEX triplet: C3, BE and CA. RGB value is (195,190,202). Sum of RGB (Red+Green+Blue) = 195+190+202=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BECA is #3C4135. Grayscale: #C0C0C0. Windows color (decimal): -3948854 or 13287107. OLE color: 13287107.

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

Color convert

RGB195190202-
CMYK0.030.0600.21
HSL265º10.17%76.86%-
HSV(B)265º5.94%79.22%-
XYZ51.5852.6963.33-
YUV192.86133.16129.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=33.22%
G=32.37%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951902020.030.0600.2126510.1776.86
HexC3BECA36015109a4d
Octal3032763123602541112115
Binary1100001110111110110010101111001010110000100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BECA; }

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

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

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

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

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

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

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

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