#C6BECE

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

Shades of French Grey #C6BECE

Tints of French Grey #C6BECE

Color information

#C6BECE (or 0xC6BECE) is unknown color: approx French Grey. HEX triplet: C6, BE and CE. RGB value is (198,190,206). Sum of RGB (Red+Green+Blue) = 198+190+206=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECE is #394131. Grayscale: #C2C2C2. Windows color (decimal): -3752242 or 13549254. OLE color: 13549254.

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

Color convert

RGB198190206-
CMYK0.040.0800.19
HSL270º14.04%77.65%-
HSV(B)270º7.77%80.78%-
XYZ52.8453.2965.89-
YUV194.22134.65130.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=33.33%
G=31.99%
B=34.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981902060.040.0800.1927014.0477.65
HexC6BECE4801310ee4e
Octal30627631641002341616116
Binary110001101011111011001110100100001001110000111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BECE; }

 p { color: rgb(198,190,206); }

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

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

 a { background-color: rgb(198,190,206); }

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

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

 span { border-color: rgb(198,190,206); }

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