#C6BECD

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

Shades of French Grey #C6BECD

Tints of French Grey #C6BECD

Color information

#C6BECD (or 0xC6BECD) is unknown color: approx French Grey. HEX triplet: C6, BE and CD. RGB value is (198,190,205). Sum of RGB (Red+Green+Blue) = 198+190+205=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECD is #394132. Grayscale: #C2C2C2. Windows color (decimal): -3752243 or 13483718. OLE color: 13483718.

HSL color Cylindrical-coordinate representation of color #C6BECD: hue angle of 272º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BECD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198190205-
CMYK0.030.0700.20
HSL272º13.04%77.45%-
HSV(B)272º7.32%80.39%-
XYZ52.7253.2465.26-
YUV194.1134.15130.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=33.39%
G=32.04%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981902050.030.0700.2027213.0477.45
HexC6BECD37014110d4d
Octal3062763153702442015115
Binary1100011010111110110011011111101010010001000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BECD; }

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

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

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

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

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

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

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

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