#C5BBCD

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

Shades of French Grey #C5BBCD

Tints of French Grey #C5BBCD

Color information

#C5BBCD (or 0xC5BBCD) is unknown color: approx French Grey. HEX triplet: C5, BB and CD. RGB value is (197,187,205). Sum of RGB (Red+Green+Blue) = 197+187+205=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCD is #3A4432. Grayscale: #BFBFBF. Windows color (decimal): -3818547 or 13482949. OLE color: 13482949.

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

Color convert

RGB197187205-
CMYK0.040.0900.20
HSL273.33º15.25%76.86%-
HSV(B)273.33º8.78%80.39%-
XYZ51.8251.8265.03-
YUV192.04135.31131.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=33.45%
G=31.75%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971872050.040.0900.20273.3315.2576.86
HexC5BBCD49014111f4d
Octal30527331541102442117115
Binary110001011011101111001101100100101010010001000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBCD; }

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

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

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

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

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

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

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

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