#C6BDCF

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

Shades of French Grey #C6BDCF

Tints of French Grey #C6BDCF

Color information

#C6BDCF (or 0xC6BDCF) is unknown color: approx French Grey. HEX triplet: C6, BD and CF. RGB value is (198,189,207). Sum of RGB (Red+Green+Blue) = 198+189+207=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCF is #394230. Grayscale: #C1C1C1. Windows color (decimal): -3752497 or 13614534. OLE color: 13614534.

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

Color convert

RGB198189207-
CMYK0.040.0900.19
HSL270º15.79%77.65%-
HSV(B)270º8.7%81.18%-
XYZ52.7552.9166.46-
YUV193.74135.48131.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=33.33%
G=31.82%
B=34.85%

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
Decimal1981892070.040.0900.1927015.7977.65
HexC6BDCF4901310e104e
Octal30627531741102341620116
Binary1100011010111101110011111001001010011100001110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDCF; }

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

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

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

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

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

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

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

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