#C4BDCD

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

Shades of French Grey #C4BDCD

Tints of French Grey #C4BDCD

Color information

#C4BDCD (or 0xC4BDCD) is unknown color: approx French Grey. HEX triplet: C4, BD and CD. RGB value is (196,189,205). Sum of RGB (Red+Green+Blue) = 196+189+205=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCD is #3B4232. Grayscale: #C0C0C0. Windows color (decimal): -3883571 or 13483460. OLE color: 13483460.

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

Color convert

RGB196189205-
CMYK0.040.0800.20
HSL266.25º13.79%77.25%-
HSV(B)266.25º7.8%80.39%-
XYZ51.9852.5465.16-
YUV192.92134.82130.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=33.22%
G=32.03%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961892050.040.0800.20266.2513.7977.25
HexC4BDCD4801410ae4d
Octal30427531541002441216115
Binary110001001011110111001101100100001010010000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDCD; }

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

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

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

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

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

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

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

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