#C5BFCA

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

Shades of French Grey #C5BFCA

Tints of French Grey #C5BFCA

Color information

#C5BFCA (or 0xC5BFCA) is unknown color: approx French Grey. HEX triplet: C5, BF and CA. RGB value is (197,191,202). Sum of RGB (Red+Green+Blue) = 197+191+202=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFCA is #3A4035. Grayscale: #C2C2C2. Windows color (decimal): -3817526 or 13287365. OLE color: 13287365.

HSL color Cylindrical-coordinate representation of color #C5BFCA: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BFCA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197191202-
CMYK0.020.0500.21
HSL272.73º9.4%77.06%-
HSV(B)272.73º5.45%79.22%-
XYZ52.3253.463.43-
YUV194.05132.49130.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=33.39%
G=32.37%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971912020.020.0500.21272.739.477.06
HexC5BFCA2501511194d
Octal3052773122502542111115
Binary1100010110111111110010101010101010110001000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFCA; }

 p { color: rgb(197,191,202); }

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

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

 a { background-color: rgb(197,191,202); }

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

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

 span { border-color: rgb(197,191,202); }

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