#C6BDCD

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

Shades of French Grey #C6BDCD

Tints of French Grey #C6BDCD

Color information

#C6BDCD (or 0xC6BDCD) is unknown color: approx French Grey. HEX triplet: C6, BD and CD. RGB value is (198,189,205). Sum of RGB (Red+Green+Blue) = 198+189+205=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCD is #394232. Grayscale: #C1C1C1. Windows color (decimal): -3752499 or 13483462. OLE color: 13483462.

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

Color convert

RGB198189205-
CMYK0.030.0800.20
HSL273.75º13.79%77.25%-
HSV(B)273.75º7.8%80.39%-
XYZ52.5152.8165.18-
YUV193.52134.48131.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=33.45%
G=31.93%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981892050.030.0800.20273.7513.7977.25
HexC6BDCD38014112e4d
Octal30627531531002442216115
Binary11000110101111011100110111100001010010001001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDCD; }

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

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

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

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

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

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

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

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