#C5BFCC

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

Shades of French Grey #C5BFCC

Tints of French Grey #C5BFCC

Color information

#C5BFCC (or 0xC5BFCC) is unknown color: approx French Grey. HEX triplet: C5, BF and CC. RGB value is (197,191,204). Sum of RGB (Red+Green+Blue) = 197+191+204=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFCC is #3A4033. Grayscale: #C2C2C2. Windows color (decimal): -3817524 or 13418437. OLE color: 13418437.

HSL color Cylindrical-coordinate representation of color #C5BFCC: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BFCC is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197191204-
CMYK0.030.0600.2
HSL267.69º11.3%77.45%-
HSV(B)267.69º6.37%80%-
XYZ52.5653.4964.68-
YUV194.28133.49129.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=33.28%
G=32.26%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971912040.030.0600.2267.6911.377.45
HexC5BFCC3601410cb4d
Octal3052773143602441413115
Binary1100010110111111110011001111001010010000110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFCC; }

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

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

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

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

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

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

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

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