#C6BCCF

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

Shades of French Grey #C6BCCF

Tints of French Grey #C6BCCF

Color information

#C6BCCF (or 0xC6BCCF) is unknown color: approx French Grey. HEX triplet: C6, BC and CF. RGB value is (198,188,207). Sum of RGB (Red+Green+Blue) = 198+188+207=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCF is #394330. Grayscale: #C1C1C1. Windows color (decimal): -3752753 or 13614278. OLE color: 13614278.

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

Color convert

RGB198188207-
CMYK0.040.0900.19
HSL271.58º16.52%77.45%-
HSV(B)271.58º9.18%81.18%-
XYZ52.5352.4866.39-
YUV193.16135.81131.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=33.39%
G=31.70%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981882070.040.0900.19271.5816.5277.45
HexC6BCCF49013110114d
Octal30627431741102342021115
Binary1100011010111100110011111001001010011100010000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCCF; }

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

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

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

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

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

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

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

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