#C5BECE

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

Shades of French Grey #C5BECE

Tints of French Grey #C5BECE

Color information

#C5BECE (or 0xC5BECE) is unknown color: approx French Grey. HEX triplet: C5, BE and CE. RGB value is (197,190,206). Sum of RGB (Red+Green+Blue) = 197+190+206=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECE is #3A4131. Grayscale: #C1C1C1. Windows color (decimal): -3817778 or 13549253. OLE color: 13549253.

HSL color Cylindrical-coordinate representation of color #C5BECE: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BECE is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197190206-
CMYK0.040.0800.19
HSL266.25º14.04%77.65%-
HSV(B)266.25º7.77%80.78%-
XYZ52.5853.1565.88-
YUV193.92134.82130.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=33.22%
G=32.04%
B=34.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971902060.040.0800.19266.2514.0477.65
HexC5BECE4801310ae4e
Octal30527631641002341216116
Binary110001011011111011001110100100001001110000101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BECE; }

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

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

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

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

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

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

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

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