#C4BDCC

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

Shades of French Grey #C4BDCC

Tints of French Grey #C4BDCC

Color information

#C4BDCC (or 0xC4BDCC) is unknown color: approx French Grey. HEX triplet: C4, BD and CC. RGB value is (196,189,204). Sum of RGB (Red+Green+Blue) = 196+189+204=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCC is #3B4233. Grayscale: #C0C0C0. Windows color (decimal): -3883572 or 13417924. OLE color: 13417924.

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

Color convert

RGB196189204-
CMYK0.040.0700.2
HSL268º12.82%77.06%-
HSV(B)268º7.35%80%-
XYZ51.8652.4964.53-
YUV192.8134.32130.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 204 (80.08% 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.2
SystemRedGreenBlueCMYKHSL
Decimal1961892040.040.0700.226812.8277.06
HexC4BDCC4701410cd4d
Octal3042753144702441415115
Binary11000100101111011100110010011101010010000110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDCC; }

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

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

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

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

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

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

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

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