#C4BFCC

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

Shades of French Grey #C4BFCC

Tints of French Grey #C4BFCC

Color information

#C4BFCC (or 0xC4BFCC) is unknown color: approx French Grey. HEX triplet: C4, BF and CC. RGB value is (196,191,204). Sum of RGB (Red+Green+Blue) = 196+191+204=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFCC is #3B4033. Grayscale: #C1C1C1. Windows color (decimal): -3883060 or 13418436. OLE color: 13418436.

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

Color convert

RGB196191204-
CMYK0.040.0600.2
HSL263.08º11.3%77.45%-
HSV(B)263.08º6.37%80%-
XYZ52.2953.3664.67-
YUV193.98133.66129.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=33.16%
G=32.32%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961912040.040.0600.2263.0811.377.45
HexC4BFCC46014107b4d
Octal3042773144602440713115
Binary11000100101111111100110010011001010010000011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFCC; }

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

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

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

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

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

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

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

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