#C5BDCD

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

Shades of French Grey #C5BDCD

Tints of French Grey #C5BDCD

Color information

#C5BDCD (or 0xC5BDCD) is unknown color: approx French Grey. HEX triplet: C5, BD and CD. RGB value is (197,189,205). Sum of RGB (Red+Green+Blue) = 197+189+205=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCD is #3A4232. Grayscale: #C1C1C1. Windows color (decimal): -3818035 or 13483461. OLE color: 13483461.

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

Color convert

RGB197189205-
CMYK0.040.0800.20
HSL270º13.79%77.25%-
HSV(B)270º7.8%80.39%-
XYZ52.2452.6765.17-
YUV193.22134.65130.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=33.33%
G=31.98%
B=34.69%

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
Decimal1971892050.040.0800.2027013.7977.25
HexC5BDCD4801410ee4d
Octal30527531541002441616115
Binary110001011011110111001101100100001010010000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDCD; }

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

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

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

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

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

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

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

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