#C5BCCD

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

Shades of French Grey #C5BCCD

Tints of French Grey #C5BCCD

Color information

#C5BCCD (or 0xC5BCCD) is unknown color: approx French Grey. HEX triplet: C5, BC and CD. RGB value is (197,188,205). Sum of RGB (Red+Green+Blue) = 197+188+205=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 188 (73.83% from 255 or 31.86% 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 #C5BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCD is #3A4332. Grayscale: #C0C0C0. Windows color (decimal): -3818291 or 13483205. OLE color: 13483205.

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

Color convert

RGB197188205-
CMYK0.040.0800.20
HSL271.76º14.53%77.06%-
HSV(B)271.76º8.29%80.39%-
XYZ52.0352.2465.1-
YUV192.63134.98131.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=33.39%
G=31.86%
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
Decimal1971882050.040.0800.20271.7614.5377.06
HexC5BCCD48014110f4d
Octal30527431541002442017115
Binary110001011011110011001101100100001010010001000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCCD; }

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

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

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

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

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

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

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

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