#C5BCCF

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

Shades of French Grey #C5BCCF

Tints of French Grey #C5BCCF

Color information

#C5BCCF (or 0xC5BCCF) is unknown color: approx French Grey. HEX triplet: C5, BC and CF. RGB value is (197,188,207). Sum of RGB (Red+Green+Blue) = 197+188+207=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCCF is #3A4330. Grayscale: #C0C0C0. Windows color (decimal): -3818289 or 13614277. OLE color: 13614277.

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

Color convert

RGB197188207-
CMYK0.050.0900.19
HSL268.42º16.52%77.45%-
HSV(B)268.42º9.18%81.18%-
XYZ52.2752.3466.38-
YUV192.86135.98130.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=33.28%
G=31.76%
B=34.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971882070.050.0900.19268.4216.5277.45
HexC5BCCF5901310c114d
Octal30527431751102341421115
Binary1100010110111100110011111011001010011100001100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCCF; }

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

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

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

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

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

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

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

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