#C5BDCE

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

Shades of French Grey #C5BDCE

Tints of French Grey #C5BDCE

Color information

#C5BDCE (or 0xC5BDCE) is unknown color: approx French Grey. HEX triplet: C5, BD and CE. RGB value is (197,189,206). Sum of RGB (Red+Green+Blue) = 197+189+206=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCE is #3A4231. Grayscale: #C1C1C1. Windows color (decimal): -3818034 or 13548997. OLE color: 13548997.

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

Color convert

RGB197189206-
CMYK0.040.0800.19
HSL268.24º14.78%77.45%-
HSV(B)268.24º8.25%80.78%-
XYZ52.3652.7265.81-
YUV193.33135.15130.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=33.28%
G=31.93%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971892060.040.0800.19268.2414.7877.45
HexC5BDCE4801310cf4d
Octal30527531641002341417115
Binary110001011011110111001110100100001001110000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDCE; }

 p { color: rgb(197,189,206); }

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

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

 a { background-color: rgb(197,189,206); }

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

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

 span { border-color: rgb(197,189,206); }

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