#C5BECD

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

Shades of French Grey #C5BECD

Tints of French Grey #C5BECD

Color information

#C5BECD (or 0xC5BECD) is unknown color: approx French Grey. HEX triplet: C5, BE and CD. RGB value is (197,190,205). Sum of RGB (Red+Green+Blue) = 197+190+205=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECD is #3A4132. Grayscale: #C1C1C1. Windows color (decimal): -3817779 or 13483717. OLE color: 13483717.

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

Color convert

RGB197190205-
CMYK0.040.0700.20
HSL268º13.04%77.45%-
HSV(B)268º7.32%80.39%-
XYZ52.4653.1165.24-
YUV193.8134.32130.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=33.28%
G=32.09%
B=34.63%

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
Decimal1971902050.040.0700.2026813.0477.45
HexC5BECD4701410cd4d
Octal3052763154702441415115
Binary11000101101111101100110110011101010010000110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BECD; }

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

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

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

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

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

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

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

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