#C4BECD

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

Shades of French Grey #C4BECD

Tints of French Grey #C4BECD

Color information

#C4BECD (or 0xC4BECD) is unknown color: approx French Grey. HEX triplet: C4, BE and CD. RGB value is (196,190,205). Sum of RGB (Red+Green+Blue) = 196+190+205=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECD is #3B4132. Grayscale: #C1C1C1. Windows color (decimal): -3883315 or 13483716. OLE color: 13483716.

HSL color Cylindrical-coordinate representation of color #C4BECD: hue angle of 264º degrees, saturation: 0.13, 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 #C4BECD is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196190205-
CMYK0.040.0700.20
HSL264º13.04%77.45%-
HSV(B)264º7.32%80.39%-
XYZ52.252.9765.23-
YUV193.5134.49129.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=33.16%
G=32.15%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961902050.040.0700.2026413.0477.45
HexC4BECD47014108d4d
Octal3042763154702441015115
Binary11000100101111101100110110011101010010000100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BECD; }

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

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

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

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

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

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

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

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