#C4BECA

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

Shades of French Grey #C4BECA

Tints of French Grey #C4BECA

Color information

#C4BECA (or 0xC4BECA) is unknown color: approx French Grey. HEX triplet: C4, BE and CA. RGB value is (196,190,202). Sum of RGB (Red+Green+Blue) = 196+190+202=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECA is #3B4135. Grayscale: #C1C1C1. Windows color (decimal): -3883318 or 13287108. OLE color: 13287108.

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

Color convert

RGB196190202-
CMYK0.030.0600.21
HSL270º10.17%76.86%-
HSV(B)270º5.94%79.22%-
XYZ51.8452.8363.34-
YUV193.16132.99130.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=33.33%
G=32.31%
B=34.35%

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
Decimal1961902020.030.0600.2127010.1776.86
HexC4BECA3601510ea4d
Octal3042763123602541612115
Binary1100010010111110110010101111001010110000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BECA; }

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

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

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

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

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

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

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

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